Html Css Color HEX #AB021E Carmine

📋 copy color: '#AB021E'

red 171 ◦ green 2 ◦ blue 30

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

Shades of Carmine #AB021E

Tints of Carmine #AB021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 84.24%
G = 0.99%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB021E (or 0xAB021E) is known color: Carmine. HEX triplet: AB, 02 and 1E. RGB value is (171,2,30). Sum of RGB (Red+Green+Blue) = 171+2+30=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB021E is #54FDE1. Grayscale: #373737. Windows color (decimal): -5570018 or 1966763. OLE color: 1966763.

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

Color convert

RGB 171 2 30 -
CMYK 0 0.99 0.82 0.33
HSL 350.06º 0.98% 0.34% -
HSV(B) 350.06º 0.99% 0.67% -
XYZ 17.05 8.8 2.03 -
YUV 55.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 171 2 30 0 0.99 0.82 0.33 350.06 0.98 0.34
Hex AB 2 1E 0 63 52 21 15E 62 22
Octal 253 2 36 0 143 122 41 536 142 42
Binary 10101011 10 11110 0 1100011 1010010 100001 101011110 1100010 100010

Color Harmonies of #AB021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB021E

Black with #AB021E

Text Example


Text Example

White with #AB021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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