#AB0127

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

Shades of Carmine #AB0127

Tints of Carmine #AB0127

Color information

#AB0127 (or 0xAB0127) is unknown color: approx Carmine. HEX triplet: AB, 01 and 27. RGB value is (171,1,39). Sum of RGB (Red+Green+Blue) = 171+1+39=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0127 is #54FED8. Grayscale: #383838. Windows color (decimal): -5570265 or 2556331. OLE color: 2556331.

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

Color convert

RGB171139-
CMYK00.990.770.33
HSL346.59º98.84%33.73%-
HSV(B)346.59º99.42%67.06%-
XYZ17.178.832.72-
YUV56.16118.32209.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.04%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=81.04%
G=0.47%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113900.990.770.33346.5998.8433.73
HexAB1270634D2115b6322
Octal25314701431154153314342
Binary1010101111001110110001110011011000011010110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0127; }

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

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

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

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

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

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

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

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