Html Css Color HEX #AD0B18 Carmine

📋 copy color: '#AD0B18'

red 173 ◦ green 11 ◦ blue 24

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

Shades of Carmine #AD0B18

Tints of Carmine #AD0B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.29%

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

R = 83.17%
G = 5.29%
B = 11.54%

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

#AD0B18 (or 0xAD0B18) is known color: Carmine. HEX triplet: AD, 0B and 18. RGB value is (173,11,24). Sum of RGB (Red+Green+Blue) = 173+11+24=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B18 is #52F4E7. Grayscale: #3D3D3D. Windows color (decimal): -5436648 or 1575853. OLE color: 1575853.

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

Color convert

RGB 173 11 24 -
CMYK 0 0.94 0.86 0.32
HSL 355.19º 0.88% 0.36% -
HSV(B) 355.19º 0.94% 0.68% -
XYZ 17.52 9.19 1.71 -
YUV 60.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 173 11 24 0 0.94 0.86 0.32 355.19 0.88 0.36
Hex AD B 18 0 5E 56 20 163 58 24
Octal 255 13 30 0 136 126 40 543 130 44
Binary 10101101 1011 11000 0 1011110 1010110 100000 101100011 1011000 100100

Color Harmonies of #AD0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B18

Black with #AD0B18

Text Example


Text Example

White with #AD0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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