#AB0927

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

Shades of Carmine #AB0927

Tints of Carmine #AB0927

Color information

#AB0927 (or 0xAB0927) is unknown color: approx Carmine. HEX triplet: AB, 09 and 27. RGB value is (171,9,39). Sum of RGB (Red+Green+Blue) = 171+9+39=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0927 is #54F6D8. Grayscale: #3C3C3C. Windows color (decimal): -5568217 or 2558379. OLE color: 2558379.

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

Color convert

RGB171939-
CMYK00.950.770.33
HSL348.89º90%35.29%-
HSV(B)348.89º94.74%67.06%-
XYZ17.2692.75-
YUV60.86115.67206.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.08%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=78.08%
G=4.11%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17193900.950.770.33348.899035.29
HexAB92705F4D2115d5a23
Octal253114701371154153513243
Binary1010101110011001110101111110011011000011010111011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0927; }

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

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

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

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

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

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

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

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