Shades of Carmine #95011F
Tints of Carmine #95011F
RGB
CMYK
RGB Variations
Color information
#95011F (or 0x95011F) is known color: Carmine. HEX triplet: 95, 01 and 1F. RGB value is (149,1,31). Sum of RGB (Red+Green+Blue) = 149+1+31=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #95011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95011F is #6AFEE0. Grayscale: #303030. Windows color (decimal): -7012065 or 2032021. OLE color: 2032021.
HSL color Cylindrical-coordinate representation of color #95011F: hue angle of 347.84º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95011F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.42 |
| HSL | 347.84º | 0.99% | 0.29% | - |
| HSV(B) | 347.84º | 0.99% | 0.58% | - |
| XYZ | 12.65 | 6.51 | 1.89 | - |
| YUV | 48.67 | 118.03 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 31 | 0 | 0.99 | 0.79 | 0.42 | 347.84 | 0.99 | 0.29 |
| Hex | 95 | 1 | 1F | 0 | 63 | 4F | 2A | 15C | 63 | 1D |
| Octal | 225 | 1 | 37 | 0 | 143 | 117 | 52 | 534 | 143 | 35 |
| Binary | 10010101 | 1 | 11111 | 0 | 1100011 | 1001111 | 101010 | 101011100 | 1100011 | 11101 |
Color Harmonies of #95011F
Complementary color
Monochromatic Colors of #95011F
Black with #95011F
Text Example
Text Example
White with #95011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95011F; }
p { color: rgb(149,1,31); }
H1.HeaderClassName
{
color: #95011F;
}
.AnyTagClassName
{
color: #95011F;
}
</style>
background-color css
<style>
a { background-color: #95011F; }
a { background-color: rgb(149,1,31); }
div.DivClassName
{
background-color: #95011F;
}
.BgClassName
{
background-color: #95011F;
}
</style>
border-color css
<style>
span { border-color: #95011F; }
span { border-color: rgb(149,1,31); }
td.TdClassName
{
border-color: #95011F;
}
.TagClassName
{
border-color: #95011F;
}
</style>