Html Css Color HEX #AD0B16 Carmine

📋 copy color: '#AD0B16'

red 173 ◦ green 11 ◦ blue 22

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

Shades of Carmine #AD0B16

Tints of Carmine #AD0B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 83.98%
G = 5.34%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD0B16 (or 0xAD0B16) is known color: Carmine. HEX triplet: AD, 0B and 16. RGB value is (173,11,22). Sum of RGB (Red+Green+Blue) = 173+11+22=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B16 is #52F4E9. Grayscale: #3C3C3C. Windows color (decimal): -5436650 or 1444781. OLE color: 1444781.

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

Color convert

RGB 173 11 22 -
CMYK 0 0.94 0.87 0.32
HSL 355.93º 0.88% 0.36% -
HSV(B) 355.93º 0.94% 0.68% -
XYZ 17.5 9.18 1.61 -
YUV 60.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 173 11 22 0 0.94 0.87 0.32 355.93 0.88 0.36
Hex AD B 16 0 5E 57 20 164 58 24
Octal 255 13 26 0 136 127 40 544 130 44
Binary 10101101 1011 10110 0 1011110 1010111 100000 101100100 1011000 100100

Color Harmonies of #AD0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B16

Black with #AD0B16

Text Example


Text Example

White with #AD0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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