#AD0A28

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

Shades of Carmine #AD0A28

Tints of Carmine #AD0A28

Color information

#AD0A28 (or 0xAD0A28) is unknown color: approx Carmine. HEX triplet: AD, 0A and 28. RGB value is (173,10,40). Sum of RGB (Red+Green+Blue) = 173+10+40=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A28 is #52F5D7. Grayscale: #3E3E3E. Windows color (decimal): -5436888 or 2624173. OLE color: 2624173.

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

Color convert

RGB1731040-
CMYK00.940.770.32
HSL348.96º89.07%35.88%-
HSV(B)348.96º94.22%67.84%-
XYZ17.739.252.86-
YUV62.16115.5207.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.58%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=77.58%
G=4.48%
B=17.94%

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
Decimal173104000.940.770.32348.9689.0735.88
HexADA2805E4D2015d5924
Octal255125001361154053513144
Binary1010110110101010000101111010011011000001010111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A28; }

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

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

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

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

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

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

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

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