#AB1129

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

Shades of Carmine #AB1129

Tints of Carmine #AB1129

Color information

#AB1129 (or 0xAB1129) is unknown color: approx Carmine. HEX triplet: AB, 11 and 29. RGB value is (171,17,41). Sum of RGB (Red+Green+Blue) = 171+17+41=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1129 is #54EED6. Grayscale: #414141. Windows color (decimal): -5566167 or 2691499. OLE color: 2691499.

HSL color Cylindrical-coordinate representation of color #AB1129: hue angle of 350.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1129 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1711741-
CMYK00.900.760.33
HSL350.65º81.91%36.86%-
HSV(B)350.65º90.06%67.06%-
XYZ17.49.222.96-
YUV65.78114.02203.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.67%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=74.67%
G=7.42%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171174100.900.760.33350.6581.9136.86
HexAB112905A4C2115f5225
Octal253215101321144153712245
Binary10101011100011010010101101010011001000011010111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1129; }

 p { color: rgb(171,17,41); }

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

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

 a { background-color: rgb(171,17,41); }

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

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

 span { border-color: rgb(171,17,41); }

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