Shades of Carmine #95021C
Tints of Carmine #95021C
RGB
CMYK
RGB Variations
Color information
#95021C (or 0x95021C) is known color: Carmine. HEX triplet: 95, 02 and 1C. RGB value is (149,2,28). Sum of RGB (Red+Green+Blue) = 149+2+28=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #95021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95021C is #6AFDE3. Grayscale: #303030. Windows color (decimal): -7011812 or 1835669. OLE color: 1835669.
HSL color Cylindrical-coordinate representation of color #95021C: hue angle of 349.39º 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 #95021C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.42 |
| HSL | 349.39º | 0.97% | 0.3% | - |
| HSV(B) | 349.39º | 0.99% | 0.58% | - |
| XYZ | 12.63 | 6.52 | 1.69 | - |
| YUV | 48.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 28 | 0 | 0.99 | 0.81 | 0.42 | 349.39 | 0.97 | 0.3 |
| Hex | 95 | 2 | 1C | 0 | 63 | 51 | 2A | 15D | 61 | 1E |
| Octal | 225 | 2 | 34 | 0 | 143 | 121 | 52 | 535 | 141 | 36 |
| Binary | 10010101 | 10 | 11100 | 0 | 1100011 | 1010001 | 101010 | 101011101 | 1100001 | 11110 |
Color Harmonies of #95021C
Complementary color
Monochromatic Colors of #95021C
Black with #95021C
Text Example
Text Example
White with #95021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95021C; }
p { color: rgb(149,2,28); }
H1.HeaderClassName
{
color: #95021C;
}
.AnyTagClassName
{
color: #95021C;
}
</style>
background-color css
<style>
a { background-color: #95021C; }
a { background-color: rgb(149,2,28); }
div.DivClassName
{
background-color: #95021C;
}
.BgClassName
{
background-color: #95021C;
}
</style>
border-color css
<style>
span { border-color: #95021C; }
span { border-color: rgb(149,2,28); }
td.TdClassName
{
border-color: #95021C;
}
.TagClassName
{
border-color: #95021C;
}
</style>