#AB0B26

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

Shades of Carmine #AB0B26

Tints of Carmine #AB0B26

Color information

#AB0B26 (or 0xAB0B26) is unknown color: approx Carmine. HEX triplet: AB, 0B and 26. RGB value is (171,11,38). Sum of RGB (Red+Green+Blue) = 171+11+38=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B26 is #54F4D9. Grayscale: #3D3D3D. Windows color (decimal): -5567706 or 2493355. OLE color: 2493355.

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

Color convert

RGB1711138-
CMYK00.940.780.33
HSL349.88º87.91%35.69%-
HSV(B)349.88º93.57%67.06%-
XYZ17.269.042.67-
YUV61.92114.51205.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 77.73%
GREEN value IS 11 (4.69% from 255) = 5%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=77.73%
G=5%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171113800.940.780.33349.8887.9135.69
HexABB2605E4E2115e5824
Octal253134601361164153613044
Binary1010101110111001100101111010011101000011010111101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0B26; }

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

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

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

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

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

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

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

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