#AD4939

Color #AD4939 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AD4939

Tints of Medium Carmine #AD4939

Color information

#AD4939 (or 0xAD4939) is unknown color: approx Medium Carmine. HEX triplet: AD, 49 and 39. RGB value is (173,73,57). Sum of RGB (Red+Green+Blue) = 173+73+57=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4939 is #52B6C6. Grayscale: #656565. Windows color (decimal): -5420743 or 3754413. OLE color: 3754413.

HSL color Cylindrical-coordinate representation of color #AD4939: hue angle of 8.28º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4939 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1737357-
CMYK00.580.670.32
HSL8.28º50.43%45.1%-
HSV(B)8.28º67.05%67.84%-
XYZ20.3513.945.49-
YUV101.08103.13179.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 57.10%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=57.10%
G=24.09%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173735700.580.670.328.2850.4345.1
HexAD493903A43208322d
Octal2551117107210340106255
Binary101011011001001111001011101010000111000001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4939; }

 p { color: rgb(173,73,57); }

 H1.HeaderClassName
 {
   color: #AD4939;
 }
 .AnyTagClassName
 {
   color: #AD4939;
 }
</style>
background-color css

<style>
 a { background-color: #AD4939; }

 a { background-color: rgb(173,73,57); }

 div.DivClassName
 {
   background-color: #AD4939;
 }
 .BgClassName
 {
   background-color: #AD4939;
 }
</style>
border-color css

<style>
 span { border-color: #AD4939; }

 span { border-color: rgb(173,73,57); }

 td.TdClassName
 {
   border-color: #AD4939;
 }
 .TagClassName
 {
   border-color: #AD4939;
 }
</style>