#AB0226

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

Shades of Carmine #AB0226

Tints of Carmine #AB0226

Color information

#AB0226 (or 0xAB0226) is unknown color: approx Carmine. HEX triplet: AB, 02 and 26. RGB value is (171,2,38). Sum of RGB (Red+Green+Blue) = 171+2+38=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0226 is #54FDD9. Grayscale: #383838. Windows color (decimal): -5570010 or 2491051. OLE color: 2491051.

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

Color convert

RGB171238-
CMYK00.990.780.33
HSL347.22º97.69%33.92%-
HSV(B)347.22º98.83%67.06%-
XYZ17.178.842.64-
YUV56.64117.49209.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.04%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=81.04%
G=0.95%
B=18.01%

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
Decimal17123800.990.780.33347.2297.6933.92
HexAB2260634E2115b6222
Octal25324601431164153314242
Binary10101011101001100110001110011101000011010110111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0226; }

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

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

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

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

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

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

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

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