Html Css Color HEX #AD0A18 Carmine

📋 copy color: '#AD0A18'

red 173 ◦ green 10 ◦ blue 24

#AD0A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #AD0A18

Tints of Carmine #AD0A18

RGB

 RED value IS 173 (67.97% from 255) = 83.57%

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 83.57%
G = 4.83%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD0A18 (or 0xAD0A18) is known color: Carmine. HEX triplet: AD, 0A and 18. RGB value is (173,10,24). Sum of RGB (Red+Green+Blue) = 173+10+24=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A18 is #52F5E7. Grayscale: #3C3C3C. Windows color (decimal): -5436904 or 1575597. OLE color: 1575597.

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

Color convert

RGB 173 10 24 -
CMYK 0 0.94 0.86 0.32
HSL 354.85º 0.89% 0.36% -
HSV(B) 354.85º 0.94% 0.68% -
XYZ 17.51 9.17 1.71 -
YUV 60.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 173 10 24 0 0.94 0.86 0.32 354.85 0.89 0.36
Hex AD A 18 0 5E 56 20 163 59 24
Octal 255 12 30 0 136 126 40 543 131 44
Binary 10101101 1010 11000 0 1011110 1010110 100000 101100011 1011001 100100

Color Harmonies of #AD0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A18

Black with #AD0A18

Text Example


Text Example

White with #AD0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A18; }

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

 H1.HeaderClassName
 {
   color: #AD0A18;
 }
 .AnyTagClassName
 {
   color: #AD0A18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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