#AB0A2D

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

Shades of Carmine #AB0A2D

Tints of Carmine #AB0A2D

Color information

#AB0A2D (or 0xAB0A2D) is unknown color: approx Carmine. HEX triplet: AB, 0A and 2D. RGB value is (171,10,45). Sum of RGB (Red+Green+Blue) = 171+10+45=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A2D is #54F5D2. Grayscale: #3E3E3E. Windows color (decimal): -5567955 or 2951851. OLE color: 2951851.

HSL color Cylindrical-coordinate representation of color #AB0A2D: hue angle of 346.96º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A2D is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1711045-
CMYK00.940.740.33
HSL346.96º88.95%35.49%-
HSV(B)346.96º94.15%67.06%-
XYZ17.389.063.32-
YUV62.13118.34205.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.66%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=75.66%
G=4.42%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171104500.940.740.33346.9688.9535.49
HexABA2D05E4A2115b5923
Octal253125501361124153313143
Binary1010101110101011010101111010010101000011010110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A2D; }

 p { color: rgb(171,10,45); }

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

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

 a { background-color: rgb(171,10,45); }

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

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

 span { border-color: rgb(171,10,45); }

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