#AB0924

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

Shades of Carmine #AB0924

Tints of Carmine #AB0924

Color information

#AB0924 (or 0xAB0924) is unknown color: approx Carmine. HEX triplet: AB, 09 and 24. RGB value is (171,9,36). Sum of RGB (Red+Green+Blue) = 171+9+36=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0924 is #54F6DB. Grayscale: #3C3C3C. Windows color (decimal): -5568220 or 2361771. OLE color: 2361771.

HSL color Cylindrical-coordinate representation of color #AB0924: hue angle of 350º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0924 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB171936-
CMYK00.950.790.33
HSL350º90%35.29%-
HSV(B)350º94.74%67.06%-
XYZ17.218.982.5-
YUV60.52114.17206.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 79.17%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=79.17%
G=4.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17193600.950.790.333509035.29
HexAB92405F4F2115e5a23
Octal253114401371174153613243
Binary1010101110011001000101111110011111000011010111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0924; }

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

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

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

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

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

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

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

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