Html Css Color HEX #AB0C16 Carmine

📋 copy color: '#AB0C16'

red 171 ◦ green 12 ◦ blue 22

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

Shades of Carmine #AB0C16

Tints of Carmine #AB0C16

RGB

 RED value IS 171 (67.19% from 255) = 83.41%

 GREEN value IS 12 (5.08% from 255) = 5.85%

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

R = 83.41%
G = 5.85%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0C16 (or 0xAB0C16) is known color: Carmine. HEX triplet: AB, 0C and 16. RGB value is (171,12,22). Sum of RGB (Red+Green+Blue) = 171+12+22=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0C16 is #54F3E9. Grayscale: #3C3C3C. Windows color (decimal): -5567466 or 1445035. OLE color: 1445035.

HSL color Cylindrical-coordinate representation of color #AB0C16: hue angle of 356.23º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C16 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 22 -
CMYK 0 0.93 0.87 0.33
HSL 356.23º 0.87% 0.36% -
HSV(B) 356.23º 0.93% 0.67% -
XYZ 17.07 8.98 1.59 -
YUV 60.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 171 12 22 0 0.93 0.87 0.33 356.23 0.87 0.36
Hex AB C 16 0 5D 57 21 164 57 24
Octal 253 14 26 0 135 127 41 544 127 44
Binary 10101011 1100 10110 0 1011101 1010111 100001 101100100 1010111 100100

Color Harmonies of #AB0C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C16

Black with #AB0C16

Text Example


Text Example

White with #AB0C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C16; }

 p { color: rgb(171,12,22); }

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

background-color css

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

 a { background-color: rgb(171,12,22); }

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

border-color css

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

 span { border-color: rgb(171,12,22); }

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