Shades of Carmine #95102A
Tints of Carmine #95102A
RGB
CMYK
RGB Variations
Color information
#95102A (or 0x95102A) is known color: Carmine. HEX triplet: 95, 10 and 2A. RGB value is (149,16,42). Sum of RGB (Red+Green+Blue) = 149+16+42=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #95102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95102A is #6AEFD5. Grayscale: #3A3A3A. Windows color (decimal): -7008214 or 2756757. OLE color: 2756757.
HSL color Cylindrical-coordinate representation of color #95102A: hue angle of 348.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95102A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 42 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.42 |
| HSL | 348.27º | 0.81% | 0.32% | - |
| HSV(B) | 348.27º | 0.89% | 0.58% | - |
| XYZ | 13 | 6.93 | 2.84 | - |
| YUV | 58.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 42 | 0 | 0.89 | 0.72 | 0.42 | 348.27 | 0.81 | 0.32 |
| Hex | 95 | 10 | 2A | 0 | 59 | 48 | 2A | 15C | 51 | 20 |
| Octal | 225 | 20 | 52 | 0 | 131 | 110 | 52 | 534 | 121 | 40 |
| Binary | 10010101 | 10000 | 101010 | 0 | 1011001 | 1001000 | 101010 | 101011100 | 1010001 | 100000 |
Color Harmonies of #95102A
Complementary color
Monochromatic Colors of #95102A
Black with #95102A
Text Example
Text Example
White with #95102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95102A; }
p { color: rgb(149,16,42); }
H1.HeaderClassName
{
color: #95102A;
}
.AnyTagClassName
{
color: #95102A;
}
</style>
background-color css
<style>
a { background-color: #95102A; }
a { background-color: rgb(149,16,42); }
div.DivClassName
{
background-color: #95102A;
}
.BgClassName
{
background-color: #95102A;
}
</style>
border-color css
<style>
span { border-color: #95102A; }
span { border-color: rgb(149,16,42); }
td.TdClassName
{
border-color: #95102A;
}
.TagClassName
{
border-color: #95102A;
}
</style>