#AB0126

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

Shades of Carmine #AB0126

Tints of Carmine #AB0126

Color information

#AB0126 (or 0xAB0126) is unknown color: approx Carmine. HEX triplet: AB, 01 and 26. RGB value is (171,1,38). Sum of RGB (Red+Green+Blue) = 171+1+38=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0126 is #54FED9. Grayscale: #383838. Windows color (decimal): -5570266 or 2490795. OLE color: 2490795.

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

Color convert

RGB171138-
CMYK00.990.780.33
HSL346.94º98.84%33.73%-
HSV(B)346.94º99.42%67.06%-
XYZ17.168.822.63-
YUV56.05117.82209.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.43%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=81.43%
G=0.48%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113800.990.780.33346.9498.8433.73
HexAB1260634E2115b6322
Octal25314601431164153314342
Binary1010101111001100110001110011101000011010110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0126; }

 p { color: rgb(171,1,38); }

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

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

 a { background-color: rgb(171,1,38); }

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

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

 span { border-color: rgb(171,1,38); }

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