Html Css Color HEX #AB020E Carmine

📋 copy color: '#AB020E'

red 171 ◦ green 2 ◦ blue 14

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

Shades of Carmine #AB020E

Tints of Carmine #AB020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 91.44%
G = 1.07%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB020E (or 0xAB020E) is known color: Carmine. HEX triplet: AB, 02 and 0E. RGB value is (171,2,14). Sum of RGB (Red+Green+Blue) = 171+2+14=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB020E is #54FDF1. Grayscale: #363636. Windows color (decimal): -5570034 or 918187. OLE color: 918187.

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

Color convert

RGB 171 2 14 -
CMYK 0 0.99 0.92 0.33
HSL 355.74º 0.98% 0.34% -
HSV(B) 355.74º 0.99% 0.67% -
XYZ 16.9 8.73 1.21 -
YUV 53.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 171 2 14 0 0.99 0.92 0.33 355.74 0.98 0.34
Hex AB 2 E 0 63 5C 21 164 62 22
Octal 253 2 16 0 143 134 41 544 142 42
Binary 10101011 10 1110 0 1100011 1011100 100001 101100100 1100010 100010

Color Harmonies of #AB020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB020E

Black with #AB020E

Text Example


Text Example

White with #AB020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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