Shades of Carmine #A9061B
Tints of Carmine #A9061B
RGB
CMYK
RGB Variations
Color information
#A9061B (or 0xA9061B) is known color: Carmine. HEX triplet: A9, 06 and 1B. RGB value is (169,6,27). Sum of RGB (Red+Green+Blue) = 169+6+27=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A9061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9061B is #56F9E4. Grayscale: #393939. Windows color (decimal): -5700069 or 1771177. OLE color: 1771177.
HSL color Cylindrical-coordinate representation of color #A9061B: hue angle of 352.27º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9061B is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 27 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.34 |
| HSL | 352.27º | 0.93% | 0.34% | - |
| HSV(B) | 352.27º | 0.96% | 0.66% | - |
| XYZ | 16.63 | 8.64 | 1.83 | - |
| YUV | 57.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 27 | 0 | 0.96 | 0.84 | 0.34 | 352.27 | 0.93 | 0.34 |
| Hex | A9 | 6 | 1B | 0 | 60 | 54 | 22 | 160 | 5D | 22 |
| Octal | 251 | 6 | 33 | 0 | 140 | 124 | 42 | 540 | 135 | 42 |
| Binary | 10101001 | 110 | 11011 | 0 | 1100000 | 1010100 | 100010 | 101100000 | 1011101 | 100010 |
Color Harmonies of #A9061B
Complementary color
Monochromatic Colors of #A9061B
Black with #A9061B
Text Example
Text Example
White with #A9061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9061B; }
p { color: rgb(169,6,27); }
H1.HeaderClassName
{
color: #A9061B;
}
.AnyTagClassName
{
color: #A9061B;
}
</style>
background-color css
<style>
a { background-color: #A9061B; }
a { background-color: rgb(169,6,27); }
div.DivClassName
{
background-color: #A9061B;
}
.BgClassName
{
background-color: #A9061B;
}
</style>
border-color css
<style>
span { border-color: #A9061B; }
span { border-color: rgb(169,6,27); }
td.TdClassName
{
border-color: #A9061B;
}
.TagClassName
{
border-color: #A9061B;
}
</style>