Shades of Medium Carmine #B7352D
Tints of Medium Carmine #B7352D
RGB
CMYK
RGB Variations
Color information
#B7352D (or 0xB7352D) is known color: Medium Carmine. HEX triplet: B7, 35 and 2D. RGB value is (183,53,45). Sum of RGB (Red+Green+Blue) = 183+53+45=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7352D is #48CAD2. Grayscale: #5B5B5B. Windows color (decimal): -4770515 or 2962871. OLE color: 2962871.
HSL color Cylindrical-coordinate representation of color #B7352D: hue angle of 3.48º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7352D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 45 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.28 |
| HSL | 3.48º | 0.61% | 0.45% | - |
| HSV(B) | 3.48º | 0.75% | 0.72% | - |
| XYZ | 21.28 | 12.8 | 3.83 | - |
| YUV | 90.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 45 | 0 | 0.71 | 0.75 | 0.28 | 3.48 | 0.61 | 0.45 |
| Hex | B7 | 35 | 2D | 0 | 47 | 4B | 1C | 3 | 3D | 2D |
| Octal | 267 | 65 | 55 | 0 | 107 | 113 | 34 | 3 | 75 | 55 |
| Binary | 10110111 | 110101 | 101101 | 0 | 1000111 | 1001011 | 11100 | 11 | 111101 | 101101 |
Color Harmonies of #B7352D
Complementary color
Monochromatic Colors of #B7352D
Black with #B7352D
Text Example
Text Example
White with #B7352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7352D; }
p { color: rgb(183,53,45); }
H1.HeaderClassName
{
color: #B7352D;
}
.AnyTagClassName
{
color: #B7352D;
}
</style>
background-color css
<style>
a { background-color: #B7352D; }
a { background-color: rgb(183,53,45); }
div.DivClassName
{
background-color: #B7352D;
}
.BgClassName
{
background-color: #B7352D;
}
</style>
border-color css
<style>
span { border-color: #B7352D; }
span { border-color: rgb(183,53,45); }
td.TdClassName
{
border-color: #B7352D;
}
.TagClassName
{
border-color: #B7352D;
}
</style>