Shades of Carmine #95022E
Tints of Carmine #95022E
RGB
CMYK
RGB Variations
Color information
#95022E (or 0x95022E) is known color: Carmine. HEX triplet: 95, 02 and 2E. RGB value is (149,2,46). Sum of RGB (Red+Green+Blue) = 149+2+46=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95022E is #6AFDD1. Grayscale: #323232. Windows color (decimal): -7011794 or 3015317. OLE color: 3015317.
HSL color Cylindrical-coordinate representation of color #95022E: hue angle of 342.04º 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 #95022E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.42 |
| HSL | 342.04º | 0.97% | 0.3% | - |
| HSV(B) | 342.04º | 0.99% | 0.58% | - |
| XYZ | 12.91 | 6.63 | 3.18 | - |
| YUV | 50.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 46 | 0 | 0.99 | 0.69 | 0.42 | 342.04 | 0.97 | 0.3 |
| Hex | 95 | 2 | 2E | 0 | 63 | 45 | 2A | 156 | 61 | 1E |
| Octal | 225 | 2 | 56 | 0 | 143 | 105 | 52 | 526 | 141 | 36 |
| Binary | 10010101 | 10 | 101110 | 0 | 1100011 | 1000101 | 101010 | 101010110 | 1100001 | 11110 |
Color Harmonies of #95022E
Complementary color
Monochromatic Colors of #95022E
Black with #95022E
Text Example
Text Example
White with #95022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95022E; }
p { color: rgb(149,2,46); }
H1.HeaderClassName
{
color: #95022E;
}
.AnyTagClassName
{
color: #95022E;
}
</style>
background-color css
<style>
a { background-color: #95022E; }
a { background-color: rgb(149,2,46); }
div.DivClassName
{
background-color: #95022E;
}
.BgClassName
{
background-color: #95022E;
}
</style>
border-color css
<style>
span { border-color: #95022E; }
span { border-color: rgb(149,2,46); }
td.TdClassName
{
border-color: #95022E;
}
.TagClassName
{
border-color: #95022E;
}
</style>