Shades of Carmine #8A0917
Tints of Carmine #8A0917
RGB
CMYK
RGB Variations
Color information
#8A0917 (or 0x8A0917) is known color: Carmine. HEX triplet: 8A, 09 and 17. RGB value is (138,9,23). Sum of RGB (Red+Green+Blue) = 138+9+23=170 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.18% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0917 is #75F6E8. Grayscale: #313131. Windows color (decimal): -7730921 or 1509770. OLE color: 1509770.
HSL color Cylindrical-coordinate representation of color #8A0917: hue angle of 353.49º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0917 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 9 | 23 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.46 |
| HSL | 353.49º | 0.88% | 0.29% | - |
| HSV(B) | 353.49º | 0.93% | 0.54% | - |
| XYZ | 10.73 | 5.66 | 1.34 | - |
| YUV | 49.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 23 | 0 | 0.93 | 0.83 | 0.46 | 353.49 | 0.88 | 0.29 |
| Hex | 8A | 9 | 17 | 0 | 5D | 53 | 2E | 161 | 58 | 1D |
| Octal | 212 | 11 | 27 | 0 | 135 | 123 | 56 | 541 | 130 | 35 |
| Binary | 10001010 | 1001 | 10111 | 0 | 1011101 | 1010011 | 101110 | 101100001 | 1011000 | 11101 |
Color Harmonies of #8A0917
Complementary color
Monochromatic Colors of #8A0917
Black with #8A0917
Text Example
Text Example
White with #8A0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0917; }
p { color: rgb(138,9,23); }
H1.HeaderClassName
{
color: #8A0917;
}
.AnyTagClassName
{
color: #8A0917;
}
</style>
background-color css
<style>
a { background-color: #8A0917; }
a { background-color: rgb(138,9,23); }
div.DivClassName
{
background-color: #8A0917;
}
.BgClassName
{
background-color: #8A0917;
}
</style>
border-color css
<style>
span { border-color: #8A0917; }
span { border-color: rgb(138,9,23); }
td.TdClassName
{
border-color: #8A0917;
}
.TagClassName
{
border-color: #8A0917;
}
</style>