Shades of Carmine #95022B
Tints of Carmine #95022B
RGB
CMYK
RGB Variations
Color information
#95022B (or 0x95022B) is known color: Carmine. HEX triplet: 95, 02 and 2B. RGB value is (149,2,43). Sum of RGB (Red+Green+Blue) = 149+2+43=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #95022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95022B is #6AFDD4. Grayscale: #323232. Windows color (decimal): -7011797 or 2818709. OLE color: 2818709.
HSL color Cylindrical-coordinate representation of color #95022B: hue angle of 343.27º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95022B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.42 |
| HSL | 343.27º | 0.97% | 0.3% | - |
| HSV(B) | 343.27º | 0.99% | 0.58% | - |
| XYZ | 12.85 | 6.61 | 2.88 | - |
| YUV | 50.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 43 | 0 | 0.99 | 0.71 | 0.42 | 343.27 | 0.97 | 0.3 |
| Hex | 95 | 2 | 2B | 0 | 63 | 47 | 2A | 157 | 61 | 1E |
| Octal | 225 | 2 | 53 | 0 | 143 | 107 | 52 | 527 | 141 | 36 |
| Binary | 10010101 | 10 | 101011 | 0 | 1100011 | 1000111 | 101010 | 101010111 | 1100001 | 11110 |
Color Harmonies of #95022B
Complementary color
Monochromatic Colors of #95022B
Black with #95022B
Text Example
Text Example
White with #95022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95022B; }
p { color: rgb(149,2,43); }
H1.HeaderClassName
{
color: #95022B;
}
.AnyTagClassName
{
color: #95022B;
}
</style>
background-color css
<style>
a { background-color: #95022B; }
a { background-color: rgb(149,2,43); }
div.DivClassName
{
background-color: #95022B;
}
.BgClassName
{
background-color: #95022B;
}
</style>
border-color css
<style>
span { border-color: #95022B; }
span { border-color: rgb(149,2,43); }
td.TdClassName
{
border-color: #95022B;
}
.TagClassName
{
border-color: #95022B;
}
</style>