Shades of Carmine #95072C
Tints of Carmine #95072C
RGB
CMYK
RGB Variations
Color information
#95072C (or 0x95072C) is known color: Carmine. HEX triplet: 95, 07 and 2C. RGB value is (149,7,44). Sum of RGB (Red+Green+Blue) = 149+7+44=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #95072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95072C is #6AF8D3. Grayscale: #353535. Windows color (decimal): -7010516 or 2885525. OLE color: 2885525.
HSL color Cylindrical-coordinate representation of color #95072C: hue angle of 344.37º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95072C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.42 |
| HSL | 344.37º | 0.91% | 0.31% | - |
| HSV(B) | 344.37º | 0.95% | 0.58% | - |
| XYZ | 12.93 | 6.72 | 3 | - |
| YUV | 53.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 44 | 0 | 0.95 | 0.70 | 0.42 | 344.37 | 0.91 | 0.31 |
| Hex | 95 | 7 | 2C | 0 | 5F | 46 | 2A | 158 | 5B | 1F |
| Octal | 225 | 7 | 54 | 0 | 137 | 106 | 52 | 530 | 133 | 37 |
| Binary | 10010101 | 111 | 101100 | 0 | 1011111 | 1000110 | 101010 | 101011000 | 1011011 | 11111 |
Color Harmonies of #95072C
Complementary color
Monochromatic Colors of #95072C
Black with #95072C
Text Example
Text Example
White with #95072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95072C; }
p { color: rgb(149,7,44); }
H1.HeaderClassName
{
color: #95072C;
}
.AnyTagClassName
{
color: #95072C;
}
</style>
background-color css
<style>
a { background-color: #95072C; }
a { background-color: rgb(149,7,44); }
div.DivClassName
{
background-color: #95072C;
}
.BgClassName
{
background-color: #95072C;
}
</style>
border-color css
<style>
span { border-color: #95072C; }
span { border-color: rgb(149,7,44); }
td.TdClassName
{
border-color: #95072C;
}
.TagClassName
{
border-color: #95072C;
}
</style>