#AB1224

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

Shades of Carmine #AB1224

Tints of Carmine #AB1224

Color information

#AB1224 (or 0xAB1224) is unknown color: approx Carmine. HEX triplet: AB, 12 and 24. RGB value is (171,18,36). Sum of RGB (Red+Green+Blue) = 171+18+36=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1224 is #54EDDB. Grayscale: #414141. Windows color (decimal): -5565916 or 2364075. OLE color: 2364075.

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

Color convert

RGB1711836-
CMYK00.890.790.33
HSL352.94º80.95%37.06%-
HSV(B)352.94º89.47%67.06%-
XYZ17.339.222.53-
YUV65.8111.19203.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 76%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 36 (14.45% from 255) = 16%
R=76%
G=8%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171183600.890.790.33352.9480.9537.06
HexAB12240594F211615125
Octal253224401311174154112145
Binary10101011100101001000101100110011111000011011000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1224; }

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

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

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

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

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

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

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

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