Html Css Color HEX #AB0814 Carmine

📋 copy color: '#AB0814'

red 171 ◦ green 8 ◦ blue 20

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

Shades of Carmine #AB0814

Tints of Carmine #AB0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 85.93%
G = 4.02%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB0814 (or 0xAB0814) is known color: Carmine. HEX triplet: AB, 08 and 14. RGB value is (171,8,20). Sum of RGB (Red+Green+Blue) = 171+8+20=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0814 is #54F7EB. Grayscale: #3A3A3A. Windows color (decimal): -5568492 or 1312939. OLE color: 1312939.

HSL color Cylindrical-coordinate representation of color #AB0814: hue angle of 355.58º 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 #AB0814 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 20 -
CMYK 0 0.95 0.88 0.33
HSL 355.58º 0.91% 0.35% -
HSV(B) 355.58º 0.95% 0.67% -
XYZ 17.01 8.88 1.48 -
YUV 58.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 171 8 20 0 0.95 0.88 0.33 355.58 0.91 0.35
Hex AB 8 14 0 5F 58 21 164 5B 23
Octal 253 10 24 0 137 130 41 544 133 43
Binary 10101011 1000 10100 0 1011111 1011000 100001 101100100 1011011 100011

Color Harmonies of #AB0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0814

Black with #AB0814

Text Example


Text Example

White with #AB0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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