#AB002A

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

Shades of Carmine #AB002A

Tints of Carmine #AB002A

Color information

#AB002A (or 0xAB002A) is unknown color: approx Carmine. HEX triplet: AB, 00 and 2A. RGB value is (171,0,42). Sum of RGB (Red+Green+Blue) = 171+0+42=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB002A is #54FFD5. Grayscale: #373737. Windows color (decimal): -5570518 or 2752683. OLE color: 2752683.

HSL color Cylindrical-coordinate representation of color #AB002A: hue angle of 345.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB002A is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB171042-
CMYK010.750.33
HSL345.26º100%33.53%-
HSV(B)345.26º100%67.06%-
XYZ17.218.832.99-
YUV55.92120.15210.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 80.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=80.28%
G=0%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171042010.750.33345.2610033.53
HexAB02A0644B211596422
Octal25305201441134153114442
Binary1010101101010100110010010010111000011010110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB002A; }

 p { color: rgb(171,0,42); }

 H1.HeaderClassName
 {
   color: #AB002A;
 }
 .AnyTagClassName
 {
   color: #AB002A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,0,42); }

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

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

 span { border-color: rgb(171,0,42); }

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