Shades of Medium Carmine #B7453A
Tints of Medium Carmine #B7453A
RGB
CMYK
RGB Variations
Color information
#B7453A (or 0xB7453A) is known color: Medium Carmine. HEX triplet: B7, 45 and 3A. RGB value is (183,69,58). Sum of RGB (Red+Green+Blue) = 183+69+58=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7453A is #48BAC5. Grayscale: #656565. Windows color (decimal): -4766406 or 3818935. OLE color: 3818935.
HSL color Cylindrical-coordinate representation of color #B7453A: hue angle of 5.28º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7453A is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 58 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.28 |
| HSL | 5.28º | 0.52% | 0.47% | - |
| HSV(B) | 5.28º | 0.68% | 0.72% | - |
| XYZ | 22.42 | 14.63 | 5.64 | - |
| YUV | 101.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 58 | 0 | 0.62 | 0.68 | 0.28 | 5.28 | 0.52 | 0.47 |
| Hex | B7 | 45 | 3A | 0 | 3E | 44 | 1C | 5 | 34 | 2F |
| Octal | 267 | 105 | 72 | 0 | 76 | 104 | 34 | 5 | 64 | 57 |
| Binary | 10110111 | 1000101 | 111010 | 0 | 111110 | 1000100 | 11100 | 101 | 110100 | 101111 |
Color Harmonies of #B7453A
Complementary color
Monochromatic Colors of #B7453A
Black with #B7453A
Text Example
Text Example
White with #B7453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7453A; }
p { color: rgb(183,69,58); }
H1.HeaderClassName
{
color: #B7453A;
}
.AnyTagClassName
{
color: #B7453A;
}
</style>
background-color css
<style>
a { background-color: #B7453A; }
a { background-color: rgb(183,69,58); }
div.DivClassName
{
background-color: #B7453A;
}
.BgClassName
{
background-color: #B7453A;
}
</style>
border-color css
<style>
span { border-color: #B7453A; }
span { border-color: rgb(183,69,58); }
td.TdClassName
{
border-color: #B7453A;
}
.TagClassName
{
border-color: #B7453A;
}
</style>