#AD4B39

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

Shades of Medium Carmine #AD4B39

Tints of Medium Carmine #AD4B39

Color information

#AD4B39 (or 0xAD4B39) is unknown color: approx Medium Carmine. HEX triplet: AD, 4B and 39. RGB value is (173,75,57). Sum of RGB (Red+Green+Blue) = 173+75+57=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B39 is #52B4C6. Grayscale: #666666. Windows color (decimal): -5420231 or 3754925. OLE color: 3754925.

HSL color Cylindrical-coordinate representation of color #AD4B39: hue angle of 9.31º 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 #AD4B39 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1737557-
CMYK00.570.670.32
HSL9.31º50.43%45.1%-
HSV(B)9.31º67.05%67.84%-
XYZ20.4914.215.53-
YUV102.25102.47178.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=56.72%
G=24.59%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173755700.570.670.329.3150.4345.1
HexAD4B3903943209322d
Octal2551137107110340116255
Binary101011011001011111001011100110000111000001001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4B39; }

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

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

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

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

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

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

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

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