Shades of Carmine #A9080F
Tints of Carmine #A9080F
RGB
CMYK
RGB Variations
Color information
#A9080F (or 0xA9080F) is known color: Carmine. HEX triplet: A9, 08 and 0F. RGB value is (169,8,15). Sum of RGB (Red+Green+Blue) = 169+8+15=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A9080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9080F is #56F7F0. Grayscale: #393939. Windows color (decimal): -5699569 or 985257. OLE color: 985257.
HSL color Cylindrical-coordinate representation of color #A9080F: hue angle of 357.39º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9080F is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 15 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.34 |
| HSL | 357.39º | 0.91% | 0.35% | - |
| HSV(B) | 357.39º | 0.95% | 0.66% | - |
| XYZ | 16.54 | 8.64 | 1.25 | - |
| YUV | 56.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 15 | 0 | 0.95 | 0.91 | 0.34 | 357.39 | 0.91 | 0.35 |
| Hex | A9 | 8 | F | 0 | 5F | 5B | 22 | 165 | 5B | 23 |
| Octal | 251 | 10 | 17 | 0 | 137 | 133 | 42 | 545 | 133 | 43 |
| Binary | 10101001 | 1000 | 1111 | 0 | 1011111 | 1011011 | 100010 | 101100101 | 1011011 | 100011 |
Color Harmonies of #A9080F
Complementary color
Monochromatic Colors of #A9080F
Black with #A9080F
Text Example
Text Example
White with #A9080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9080F; }
p { color: rgb(169,8,15); }
H1.HeaderClassName
{
color: #A9080F;
}
.AnyTagClassName
{
color: #A9080F;
}
</style>
background-color css
<style>
a { background-color: #A9080F; }
a { background-color: rgb(169,8,15); }
div.DivClassName
{
background-color: #A9080F;
}
.BgClassName
{
background-color: #A9080F;
}
</style>
border-color css
<style>
span { border-color: #A9080F; }
span { border-color: rgb(169,8,15); }
td.TdClassName
{
border-color: #A9080F;
}
.TagClassName
{
border-color: #A9080F;
}
</style>