Shades of Medium Carmine #B0352E
Tints of Medium Carmine #B0352E
RGB
CMYK
RGB Variations
Color information
#B0352E (or 0xB0352E) is known color: Medium Carmine. HEX triplet: B0, 35 and 2E. RGB value is (176,53,46). Sum of RGB (Red+Green+Blue) = 176+53+46=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0352E is #4FCAD1. Grayscale: #595959. Windows color (decimal): -5229266 or 3028400. OLE color: 3028400.
HSL color Cylindrical-coordinate representation of color #B0352E: hue angle of 3.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0352E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 46 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.31 |
| HSL | 3.23º | 0.59% | 0.44% | - |
| HSV(B) | 3.23º | 0.74% | 0.69% | - |
| XYZ | 19.67 | 11.97 | 3.86 | - |
| YUV | 88.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 46 | 0 | 0.70 | 0.74 | 0.31 | 3.23 | 0.59 | 0.44 |
| Hex | B0 | 35 | 2E | 0 | 46 | 4A | 1F | 3 | 3B | 2C |
| Octal | 260 | 65 | 56 | 0 | 106 | 112 | 37 | 3 | 73 | 54 |
| Binary | 10110000 | 110101 | 101110 | 0 | 1000110 | 1001010 | 11111 | 11 | 111011 | 101100 |
Color Harmonies of #B0352E
Complementary color
Monochromatic Colors of #B0352E
Black with #B0352E
Text Example
Text Example
White with #B0352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0352E; }
p { color: rgb(176,53,46); }
H1.HeaderClassName
{
color: #B0352E;
}
.AnyTagClassName
{
color: #B0352E;
}
</style>
background-color css
<style>
a { background-color: #B0352E; }
a { background-color: rgb(176,53,46); }
div.DivClassName
{
background-color: #B0352E;
}
.BgClassName
{
background-color: #B0352E;
}
</style>
border-color css
<style>
span { border-color: #B0352E; }
span { border-color: rgb(176,53,46); }
td.TdClassName
{
border-color: #B0352E;
}
.TagClassName
{
border-color: #B0352E;
}
</style>