Html Css Color HEX #AB0216 Carmine

📋 copy color: '#AB0216'

red 171 ◦ green 2 ◦ blue 22

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

Shades of Carmine #AB0216

Tints of Carmine #AB0216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 87.69%
G = 1.03%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0216 (or 0xAB0216) is known color: Carmine. HEX triplet: AB, 02 and 16. RGB value is (171,2,22). Sum of RGB (Red+Green+Blue) = 171+2+22=195 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.69% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0216 is #54FDE9. Grayscale: #363636. Windows color (decimal): -5570026 or 1442475. OLE color: 1442475.

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

Color convert

RGB 171 2 22 -
CMYK 0 0.99 0.87 0.33
HSL 352.9º 0.98% 0.34% -
HSV(B) 352.9º 0.99% 0.67% -
XYZ 16.96 8.76 1.56 -
YUV 54.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 171 2 22 0 0.99 0.87 0.33 352.9 0.98 0.34
Hex AB 2 16 0 63 57 21 161 62 22
Octal 253 2 26 0 143 127 41 541 142 42
Binary 10101011 10 10110 0 1100011 1010111 100001 101100001 1100010 100010

Color Harmonies of #AB0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0216

Black with #AB0216

Text Example


Text Example

White with #AB0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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