Shades of Medium Carmine #B7452C
Tints of Medium Carmine #B7452C
RGB
CMYK
RGB Variations
Color information
#B7452C (or 0xB7452C) is known color: Medium Carmine. HEX triplet: B7, 45 and 2C. RGB value is (183,69,44). Sum of RGB (Red+Green+Blue) = 183+69+44=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7452C is #48BAD3. Grayscale: #646464. Windows color (decimal): -4766420 or 2901431. OLE color: 2901431.
HSL color Cylindrical-coordinate representation of color #B7452C: hue angle of 10.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7452C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 44 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.28 |
| HSL | 10.79º | 0.61% | 0.45% | - |
| HSV(B) | 10.79º | 0.76% | 0.72% | - |
| XYZ | 22.11 | 14.51 | 4.02 | - |
| YUV | 100.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 44 | 0 | 0.62 | 0.76 | 0.28 | 10.79 | 0.61 | 0.45 |
| Hex | B7 | 45 | 2C | 0 | 3E | 4C | 1C | B | 3D | 2D |
| Octal | 267 | 105 | 54 | 0 | 76 | 114 | 34 | 13 | 75 | 55 |
| Binary | 10110111 | 1000101 | 101100 | 0 | 111110 | 1001100 | 11100 | 1011 | 111101 | 101101 |
Color Harmonies of #B7452C
Complementary color
Monochromatic Colors of #B7452C
Black with #B7452C
Text Example
Text Example
White with #B7452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7452C; }
p { color: rgb(183,69,44); }
H1.HeaderClassName
{
color: #B7452C;
}
.AnyTagClassName
{
color: #B7452C;
}
</style>
background-color css
<style>
a { background-color: #B7452C; }
a { background-color: rgb(183,69,44); }
div.DivClassName
{
background-color: #B7452C;
}
.BgClassName
{
background-color: #B7452C;
}
</style>
border-color css
<style>
span { border-color: #B7452C; }
span { border-color: rgb(183,69,44); }
td.TdClassName
{
border-color: #B7452C;
}
.TagClassName
{
border-color: #B7452C;
}
</style>