Shades of Carmine #A9071F
Tints of Carmine #A9071F
RGB
CMYK
RGB Variations
Color information
#A9071F (or 0xA9071F) is known color: Carmine. HEX triplet: A9, 07 and 1F. RGB value is (169,7,31). Sum of RGB (Red+Green+Blue) = 169+7+31=207 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.64% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 169 - color contains mainly: red. Hex color #A9071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9071F is #56F8E0. Grayscale: #3A3A3A. Windows color (decimal): -5699809 or 2033577. OLE color: 2033577.
HSL color Cylindrical-coordinate representation of color #A9071F: hue angle of 351.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9071F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 31 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.34 |
| HSL | 351.11º | 0.92% | 0.35% | - |
| HSV(B) | 351.11º | 0.96% | 0.66% | - |
| XYZ | 16.69 | 8.69 | 2.09 | - |
| YUV | 58.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 31 | 0 | 0.96 | 0.82 | 0.34 | 351.11 | 0.92 | 0.35 |
| Hex | A9 | 7 | 1F | 0 | 60 | 52 | 22 | 15F | 5C | 23 |
| Octal | 251 | 7 | 37 | 0 | 140 | 122 | 42 | 537 | 134 | 43 |
| Binary | 10101001 | 111 | 11111 | 0 | 1100000 | 1010010 | 100010 | 101011111 | 1011100 | 100011 |
Color Harmonies of #A9071F
Complementary color
Monochromatic Colors of #A9071F
Black with #A9071F
Text Example
Text Example
White with #A9071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9071F; }
p { color: rgb(169,7,31); }
H1.HeaderClassName
{
color: #A9071F;
}
.AnyTagClassName
{
color: #A9071F;
}
</style>
background-color css
<style>
a { background-color: #A9071F; }
a { background-color: rgb(169,7,31); }
div.DivClassName
{
background-color: #A9071F;
}
.BgClassName
{
background-color: #A9071F;
}
</style>
border-color css
<style>
span { border-color: #A9071F; }
span { border-color: rgb(169,7,31); }
td.TdClassName
{
border-color: #A9071F;
}
.TagClassName
{
border-color: #A9071F;
}
</style>