#AD0A29

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

Shades of Carmine #AD0A29

Tints of Carmine #AD0A29

Color information

#AD0A29 (or 0xAD0A29) is unknown color: approx Carmine. HEX triplet: AD, 0A and 29. RGB value is (173,10,41). Sum of RGB (Red+Green+Blue) = 173+10+41=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A29 is #52F5D6. Grayscale: #3E3E3E. Windows color (decimal): -5436887 or 2689709. OLE color: 2689709.

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

Color convert

RGB1731041-
CMYK00.940.760.32
HSL348.59º89.07%35.88%-
HSV(B)348.59º94.22%67.84%-
XYZ17.749.262.95-
YUV62.27116206.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.23%
GREEN value IS 10 (4.30% from 255) = 4.46%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=77.23%
G=4.46%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173104100.940.760.32348.5989.0735.88
HexADA2905E4C2015d5924
Octal255125101361144053513144
Binary1010110110101010010101111010011001000001010111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A29; }

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

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

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

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

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

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

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

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