Shades of Medium Carmine #B7453D
Tints of Medium Carmine #B7453D
RGB
CMYK
RGB Variations
Color information
#B7453D (or 0xB7453D) is known color: Medium Carmine. HEX triplet: B7, 45 and 3D. RGB value is (183,69,61). Sum of RGB (Red+Green+Blue) = 183+69+61=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7453D is #48BAC2. Grayscale: #666666. Windows color (decimal): -4766403 or 4015543. OLE color: 4015543.
HSL color Cylindrical-coordinate representation of color #B7453D: hue angle of 3.93º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7453D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 61 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.28 |
| HSL | 3.93º | 0.5% | 0.48% | - |
| HSV(B) | 3.93º | 0.67% | 0.72% | - |
| XYZ | 22.5 | 14.66 | 6.06 | - |
| YUV | 102.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 61 | 0 | 0.62 | 0.67 | 0.28 | 3.93 | 0.5 | 0.48 |
| Hex | B7 | 45 | 3D | 0 | 3E | 43 | 1C | 4 | 32 | 30 |
| Octal | 267 | 105 | 75 | 0 | 76 | 103 | 34 | 4 | 62 | 60 |
| Binary | 10110111 | 1000101 | 111101 | 0 | 111110 | 1000011 | 11100 | 100 | 110010 | 110000 |
Color Harmonies of #B7453D
Complementary color
Monochromatic Colors of #B7453D
Black with #B7453D
Text Example
Text Example
White with #B7453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7453D; }
p { color: rgb(183,69,61); }
H1.HeaderClassName
{
color: #B7453D;
}
.AnyTagClassName
{
color: #B7453D;
}
</style>
background-color css
<style>
a { background-color: #B7453D; }
a { background-color: rgb(183,69,61); }
div.DivClassName
{
background-color: #B7453D;
}
.BgClassName
{
background-color: #B7453D;
}
</style>
border-color css
<style>
span { border-color: #B7453D; }
span { border-color: rgb(183,69,61); }
td.TdClassName
{
border-color: #B7453D;
}
.TagClassName
{
border-color: #B7453D;
}
</style>