#AB091B

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

Shades of Carmine #AB091B

Tints of Carmine #AB091B

Color information

#AB091B (or 0xAB091B) is unknown color: approx Carmine. HEX triplet: AB, 09 and 1B. RGB value is (171,9,27). Sum of RGB (Red+Green+Blue) = 171+9+27=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB091B is #54F6E4. Grayscale: #3B3B3B. Windows color (decimal): -5568229 or 1771947. OLE color: 1771947.

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

Color convert

RGB171927-
CMYK00.950.840.33
HSL353.33º90%35.29%-
HSV(B)353.33º94.74%67.06%-
XYZ17.098.931.86-
YUV59.49109.67207.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.61%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=82.61%
G=4.35%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17192700.950.840.33353.339035.29
HexAB91B05F54211615a23
Octal253113301371244154113243
Binary101010111001110110101111110101001000011011000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB091B; }

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

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

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

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

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

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

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

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