Shades of Carmine #AB092B
Tints of Carmine #AB092B
RGB
CMYK
RGB Variations
Color information
#AB092B (or 0xAB092B) is known color: Carmine. HEX triplet: AB, 09 and 2B. RGB value is (171,9,43). Sum of RGB (Red+Green+Blue) = 171+9+43=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB092B is #54F6D4. Grayscale: #3D3D3D. Windows color (decimal): -5568213 or 2820523. OLE color: 2820523.
HSL color Cylindrical-coordinate representation of color #AB092B: hue angle of 347.41º 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 #AB092B is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.33 |
| HSL | 347.41º | 0.9% | 0.35% | - |
| HSV(B) | 347.41º | 0.95% | 0.67% | - |
| XYZ | 17.33 | 9.03 | 3.11 | - |
| YUV | 61.31 | 117.67 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 43 | 0 | 0.95 | 0.75 | 0.33 | 347.41 | 0.9 | 0.35 |
| Hex | AB | 9 | 2B | 0 | 5F | 4B | 21 | 15B | 5A | 23 |
| Octal | 253 | 11 | 53 | 0 | 137 | 113 | 41 | 533 | 132 | 43 |
| Binary | 10101011 | 1001 | 101011 | 0 | 1011111 | 1001011 | 100001 | 101011011 | 1011010 | 100011 |
Color Harmonies of #AB092B
Complementary color
Monochromatic Colors of #AB092B
Black with #AB092B
Text Example
Text Example
White with #AB092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB092B; }
p { color: rgb(171,9,43); }
H1.HeaderClassName
{
color: #AB092B;
}
.AnyTagClassName
{
color: #AB092B;
}
</style>
background-color css
<style>
a { background-color: #AB092B; }
a { background-color: rgb(171,9,43); }
div.DivClassName
{
background-color: #AB092B;
}
.BgClassName
{
background-color: #AB092B;
}
</style>
border-color css
<style>
span { border-color: #AB092B; }
span { border-color: rgb(171,9,43); }
td.TdClassName
{
border-color: #AB092B;
}
.TagClassName
{
border-color: #AB092B;
}
</style>