Html Css Color HEX #AB0D16 Carmine

📋 copy color: '#AB0D16'

red 171 ◦ green 13 ◦ blue 22

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

Shades of Carmine #AB0D16

Tints of Carmine #AB0D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.31%

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

R = 83.01%
G = 6.31%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0D16 (or 0xAB0D16) is known color: Carmine. HEX triplet: AB, 0D and 16. RGB value is (171,13,22). Sum of RGB (Red+Green+Blue) = 171+13+22=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0D16 is #54F2E9. Grayscale: #3D3D3D. Windows color (decimal): -5567210 or 1445291. OLE color: 1445291.

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

Color convert

RGB 171 13 22 -
CMYK 0 0.92 0.87 0.33
HSL 356.58º 0.86% 0.36% -
HSV(B) 356.58º 0.92% 0.67% -
XYZ 17.08 9 1.6 -
YUV 61.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 171 13 22 0 0.92 0.87 0.33 356.58 0.86 0.36
Hex AB D 16 0 5C 57 21 165 56 24
Octal 253 15 26 0 134 127 41 545 126 44
Binary 10101011 1101 10110 0 1011100 1010111 100001 101100101 1010110 100100

Color Harmonies of #AB0D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0D16

Black with #AB0D16

Text Example


Text Example

White with #AB0D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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