#AB0128

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

Shades of Carmine #AB0128

Tints of Carmine #AB0128

Color information

#AB0128 (or 0xAB0128) is unknown color: approx Carmine. HEX triplet: AB, 01 and 28. RGB value is (171,1,40). Sum of RGB (Red+Green+Blue) = 171+1+40=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0128 is #54FED7. Grayscale: #383838. Windows color (decimal): -5570264 or 2621867. OLE color: 2621867.

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

Color convert

RGB171140-
CMYK00.990.770.33
HSL346.24º98.84%33.73%-
HSV(B)346.24º99.42%67.06%-
XYZ17.198.832.81-
YUV56.28118.82209.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 80.66%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=80.66%
G=0.47%
B=18.87%

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
Decimal17114000.990.770.33346.2498.8433.73
HexAB1280634D2115a6322
Octal25315001431154153214342
Binary1010101111010000110001110011011000011010110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0128; }

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

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

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

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

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

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

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

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