#AB051E

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

Shades of Carmine #AB051E

Tints of Carmine #AB051E

Color information

#AB051E (or 0xAB051E) is unknown color: approx Carmine. HEX triplet: AB, 05 and 1E. RGB value is (171,5,30). Sum of RGB (Red+Green+Blue) = 171+5+30=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB051E is #54FAE1. Grayscale: #393939. Windows color (decimal): -5569250 or 1967531. OLE color: 1967531.

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

Color convert

RGB171530-
CMYK00.970.820.33
HSL350.96º94.32%34.51%-
HSV(B)350.96º97.08%67.06%-
XYZ17.088.862.04-
YUV57.48112.5208.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 83.01%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=83.01%
G=2.43%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17153000.970.820.33350.9694.3234.51
HexAB51E061522115f5e23
Octal25353601411224153713643
Binary10101011101111100110000110100101000011010111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB051E; }

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

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

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

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

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

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

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

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