#AB1226

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

Shades of Carmine #AB1226

Tints of Carmine #AB1226

Color information

#AB1226 (or 0xAB1226) is unknown color: approx Carmine. HEX triplet: AB, 12 and 26. RGB value is (171,18,38). Sum of RGB (Red+Green+Blue) = 171+18+38=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1226 is #54EDD9. Grayscale: #424242. Windows color (decimal): -5565914 or 2495147. OLE color: 2495147.

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

Color convert

RGB1711838-
CMYK00.890.780.33
HSL352.16º80.95%37.06%-
HSV(B)352.16º89.47%67.06%-
XYZ17.369.232.7-
YUV66.03112.19202.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.33%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=75.33%
G=7.93%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171183800.890.780.33352.1680.9537.06
HexAB12260594E211605125
Octal253224601311164154012145
Binary10101011100101001100101100110011101000011011000001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1226; }

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

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

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

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

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

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

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

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