#AB021E

Color #AB021E Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AB021E

Tints of Carmine #AB021E

Color information

#AB021E (or 0xAB021E) is unknown color: approx 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

RGB171230-
CMYK00.990.820.33
HSL350.06º97.69%33.92%-
HSV(B)350.06º98.83%67.06%-
XYZ17.058.82.03-
YUV55.72113.49210.22-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17123000.990.820.33350.0697.6933.92
HexAB21E063522115e6222
Octal25323601431224153614242
Binary1010101110111100110001110100101000011010111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>