Shades of Carmine #AB092F
Tints of Carmine #AB092F
RGB
CMYK
RGB Variations
Color information
#AB092F (or 0xAB092F) is known color: Carmine. HEX triplet: AB, 09 and 2F. RGB value is (171,9,47). Sum of RGB (Red+Green+Blue) = 171+9+47=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB092F is #54F6D0. Grayscale: #3D3D3D. Windows color (decimal): -5568209 or 3082667. OLE color: 3082667.
HSL color Cylindrical-coordinate representation of color #AB092F: hue angle of 345.93º 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 #AB092F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 47 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.33 |
| HSL | 345.93º | 0.9% | 0.35% | - |
| HSV(B) | 345.93º | 0.95% | 0.67% | - |
| XYZ | 17.41 | 9.06 | 3.52 | - |
| YUV | 61.77 | 119.67 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 47 | 0 | 0.95 | 0.73 | 0.33 | 345.93 | 0.9 | 0.35 |
| Hex | AB | 9 | 2F | 0 | 5F | 49 | 21 | 15A | 5A | 23 |
| Octal | 253 | 11 | 57 | 0 | 137 | 111 | 41 | 532 | 132 | 43 |
| Binary | 10101011 | 1001 | 101111 | 0 | 1011111 | 1001001 | 100001 | 101011010 | 1011010 | 100011 |
Color Harmonies of #AB092F
Complementary color
Monochromatic Colors of #AB092F
Black with #AB092F
Text Example
Text Example
White with #AB092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB092F; }
p { color: rgb(171,9,47); }
H1.HeaderClassName
{
color: #AB092F;
}
.AnyTagClassName
{
color: #AB092F;
}
</style>
background-color css
<style>
a { background-color: #AB092F; }
a { background-color: rgb(171,9,47); }
div.DivClassName
{
background-color: #AB092F;
}
.BgClassName
{
background-color: #AB092F;
}
</style>
border-color css
<style>
span { border-color: #AB092F; }
span { border-color: rgb(171,9,47); }
td.TdClassName
{
border-color: #AB092F;
}
.TagClassName
{
border-color: #AB092F;
}
</style>