Html Css Color HEX #AB0816 Carmine

📋 copy color: '#AB0816'

red 171 ◦ green 8 ◦ blue 22

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

Shades of Carmine #AB0816

Tints of Carmine #AB0816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

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

R = 85.07%
G = 3.98%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0816 (or 0xAB0816) is known color: Carmine. HEX triplet: AB, 08 and 16. RGB value is (171,8,22). Sum of RGB (Red+Green+Blue) = 171+8+22=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0816 is #54F7E9. Grayscale: #3A3A3A. Windows color (decimal): -5568490 or 1444011. OLE color: 1444011.

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

Color convert

RGB 171 8 22 -
CMYK 0 0.95 0.87 0.33
HSL 354.85º 0.91% 0.35% -
HSV(B) 354.85º 0.95% 0.67% -
XYZ 17.03 8.89 1.58 -
YUV 58.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 171 8 22 0 0.95 0.87 0.33 354.85 0.91 0.35
Hex AB 8 16 0 5F 57 21 163 5B 23
Octal 253 10 26 0 137 127 41 543 133 43
Binary 10101011 1000 10110 0 1011111 1010111 100001 101100011 1011011 100011

Color Harmonies of #AB0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0816

Black with #AB0816

Text Example


Text Example

White with #AB0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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