#AD0A27

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

Shades of Carmine #AD0A27

Tints of Carmine #AD0A27

Color information

#AD0A27 (or 0xAD0A27) is unknown color: approx Carmine. HEX triplet: AD, 0A and 27. RGB value is (173,10,39). Sum of RGB (Red+Green+Blue) = 173+10+39=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A27 is #52F5D8. Grayscale: #3E3E3E. Windows color (decimal): -5436889 or 2558637. OLE color: 2558637.

HSL color Cylindrical-coordinate representation of color #AD0A27: hue angle of 349.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A27 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB1731039-
CMYK00.940.770.32
HSL349.33º89.07%35.88%-
HSV(B)349.33º94.22%67.84%-
XYZ17.719.252.77-
YUV62.04115207.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.93%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=77.93%
G=4.50%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173103900.940.770.32349.3389.0735.88
HexADA2705E4D2015d5924
Octal255124701361154053513144
Binary1010110110101001110101111010011011000001010111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A27; }

 p { color: rgb(173,10,39); }

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

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

 a { background-color: rgb(173,10,39); }

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

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

 span { border-color: rgb(173,10,39); }

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