Html Css Color HEX #AB0F16 Carmine

📋 copy color: '#AB0F16'

red 171 ◦ green 15 ◦ blue 22

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

Shades of Carmine #AB0F16

Tints of Carmine #AB0F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.21%

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

R = 82.21%
G = 7.21%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0F16 (or 0xAB0F16) is known color: Carmine. HEX triplet: AB, 0F and 16. RGB value is (171,15,22). Sum of RGB (Red+Green+Blue) = 171+15+22=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F16 is #54F0E9. Grayscale: #3E3E3E. Windows color (decimal): -5566698 or 1445803. OLE color: 1445803.

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

Color convert

RGB 171 15 22 -
CMYK 0 0.91 0.87 0.33
HSL 357.31º 0.84% 0.36% -
HSV(B) 357.31º 0.91% 0.67% -
XYZ 17.11 9.06 1.61 -
YUV 62.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 171 15 22 0 0.91 0.87 0.33 357.31 0.84 0.36
Hex AB F 16 0 5B 57 21 165 54 24
Octal 253 17 26 0 133 127 41 545 124 44
Binary 10101011 1111 10110 0 1011011 1010111 100001 101100101 1010100 100100

Color Harmonies of #AB0F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F16

Black with #AB0F16

Text Example


Text Example

White with #AB0F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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