Shades of Carmine #99082A
Tints of Carmine #99082A
RGB
CMYK
RGB Variations
Color information
#99082A (or 0x99082A) is known color: Carmine. HEX triplet: 99, 08 and 2A. RGB value is (153,8,42). Sum of RGB (Red+Green+Blue) = 153+8+42=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #99082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99082A is #66F7D5. Grayscale: #373737. Windows color (decimal): -6748118 or 2754713. OLE color: 2754713.
HSL color Cylindrical-coordinate representation of color #99082A: hue angle of 345.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99082A is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 42 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.4 |
| HSL | 345.93º | 0.9% | 0.32% | - |
| HSV(B) | 345.93º | 0.95% | 0.6% | - |
| XYZ | 13.64 | 7.11 | 2.84 | - |
| YUV | 55.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 42 | 0 | 0.95 | 0.73 | 0.4 | 345.93 | 0.9 | 0.32 |
| Hex | 99 | 8 | 2A | 0 | 5F | 49 | 28 | 15A | 5A | 20 |
| Octal | 231 | 10 | 52 | 0 | 137 | 111 | 50 | 532 | 132 | 40 |
| Binary | 10011001 | 1000 | 101010 | 0 | 1011111 | 1001001 | 101000 | 101011010 | 1011010 | 100000 |
Color Harmonies of #99082A
Complementary color
Monochromatic Colors of #99082A
Black with #99082A
Text Example
Text Example
White with #99082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99082A; }
p { color: rgb(153,8,42); }
H1.HeaderClassName
{
color: #99082A;
}
.AnyTagClassName
{
color: #99082A;
}
</style>
background-color css
<style>
a { background-color: #99082A; }
a { background-color: rgb(153,8,42); }
div.DivClassName
{
background-color: #99082A;
}
.BgClassName
{
background-color: #99082A;
}
</style>
border-color css
<style>
span { border-color: #99082A; }
span { border-color: rgb(153,8,42); }
td.TdClassName
{
border-color: #99082A;
}
.TagClassName
{
border-color: #99082A;
}
</style>