Shades of Carmine #95032D
Tints of Carmine #95032D
RGB
CMYK
RGB Variations
Color information
#95032D (or 0x95032D) is known color: Carmine. HEX triplet: 95, 03 and 2D. RGB value is (149,3,45). Sum of RGB (Red+Green+Blue) = 149+3+45=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95032D is #6AFCD2. Grayscale: #333333. Windows color (decimal): -7011539 or 2950037. OLE color: 2950037.
HSL color Cylindrical-coordinate representation of color #95032D: hue angle of 342.74º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95032D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.42 |
| HSL | 342.74º | 0.96% | 0.3% | - |
| HSV(B) | 342.74º | 0.98% | 0.58% | - |
| XYZ | 12.9 | 6.64 | 3.09 | - |
| YUV | 51.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 45 | 0 | 0.98 | 0.70 | 0.42 | 342.74 | 0.96 | 0.3 |
| Hex | 95 | 3 | 2D | 0 | 62 | 46 | 2A | 157 | 60 | 1E |
| Octal | 225 | 3 | 55 | 0 | 142 | 106 | 52 | 527 | 140 | 36 |
| Binary | 10010101 | 11 | 101101 | 0 | 1100010 | 1000110 | 101010 | 101010111 | 1100000 | 11110 |
Color Harmonies of #95032D
Complementary color
Monochromatic Colors of #95032D
Black with #95032D
Text Example
Text Example
White with #95032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95032D; }
p { color: rgb(149,3,45); }
H1.HeaderClassName
{
color: #95032D;
}
.AnyTagClassName
{
color: #95032D;
}
</style>
background-color css
<style>
a { background-color: #95032D; }
a { background-color: rgb(149,3,45); }
div.DivClassName
{
background-color: #95032D;
}
.BgClassName
{
background-color: #95032D;
}
</style>
border-color css
<style>
span { border-color: #95032D; }
span { border-color: rgb(149,3,45); }
td.TdClassName
{
border-color: #95032D;
}
.TagClassName
{
border-color: #95032D;
}
</style>