Shades of Carmine #95022D
Tints of Carmine #95022D
RGB
CMYK
RGB Variations
Color information
#95022D (or 0x95022D) is known color: Carmine. HEX triplet: 95, 02 and 2D. RGB value is (149,2,45). Sum of RGB (Red+Green+Blue) = 149+2+45=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #95022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95022D is #6AFDD2. Grayscale: #323232. Windows color (decimal): -7011795 or 2949781. OLE color: 2949781.
HSL color Cylindrical-coordinate representation of color #95022D: hue angle of 342.45º 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 #95022D is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.42 |
| HSL | 342.45º | 0.97% | 0.3% | - |
| HSV(B) | 342.45º | 0.99% | 0.58% | - |
| XYZ | 12.89 | 6.62 | 3.08 | - |
| YUV | 50.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 45 | 0 | 0.99 | 0.70 | 0.42 | 342.45 | 0.97 | 0.3 |
| Hex | 95 | 2 | 2D | 0 | 63 | 46 | 2A | 156 | 61 | 1E |
| Octal | 225 | 2 | 55 | 0 | 143 | 106 | 52 | 526 | 141 | 36 |
| Binary | 10010101 | 10 | 101101 | 0 | 1100011 | 1000110 | 101010 | 101010110 | 1100001 | 11110 |
Color Harmonies of #95022D
Complementary color
Monochromatic Colors of #95022D
Black with #95022D
Text Example
Text Example
White with #95022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95022D; }
p { color: rgb(149,2,45); }
H1.HeaderClassName
{
color: #95022D;
}
.AnyTagClassName
{
color: #95022D;
}
</style>
background-color css
<style>
a { background-color: #95022D; }
a { background-color: rgb(149,2,45); }
div.DivClassName
{
background-color: #95022D;
}
.BgClassName
{
background-color: #95022D;
}
</style>
border-color css
<style>
span { border-color: #95022D; }
span { border-color: rgb(149,2,45); }
td.TdClassName
{
border-color: #95022D;
}
.TagClassName
{
border-color: #95022D;
}
</style>