Shades of Medium Carmine #B7462F
Tints of Medium Carmine #B7462F
RGB
CMYK
RGB Variations
Color information
#B7462F (or 0xB7462F) is known color: Medium Carmine. HEX triplet: B7, 46 and 2F. RGB value is (183,70,47). Sum of RGB (Red+Green+Blue) = 183+70+47=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7462F is #48B9D0. Grayscale: #656565. Windows color (decimal): -4766161 or 3098295. OLE color: 3098295.
HSL color Cylindrical-coordinate representation of color #B7462F: hue angle of 10.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7462F is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 47 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.28 |
| HSL | 10.15º | 0.59% | 0.45% | - |
| HSV(B) | 10.15º | 0.74% | 0.72% | - |
| XYZ | 22.23 | 14.65 | 4.35 | - |
| YUV | 101.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 47 | 0 | 0.62 | 0.74 | 0.28 | 10.15 | 0.59 | 0.45 |
| Hex | B7 | 46 | 2F | 0 | 3E | 4A | 1C | A | 3B | 2D |
| Octal | 267 | 106 | 57 | 0 | 76 | 112 | 34 | 12 | 73 | 55 |
| Binary | 10110111 | 1000110 | 101111 | 0 | 111110 | 1001010 | 11100 | 1010 | 111011 | 101101 |
Color Harmonies of #B7462F
Complementary color
Monochromatic Colors of #B7462F
Black with #B7462F
Text Example
Text Example
White with #B7462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7462F; }
p { color: rgb(183,70,47); }
H1.HeaderClassName
{
color: #B7462F;
}
.AnyTagClassName
{
color: #B7462F;
}
</style>
background-color css
<style>
a { background-color: #B7462F; }
a { background-color: rgb(183,70,47); }
div.DivClassName
{
background-color: #B7462F;
}
.BgClassName
{
background-color: #B7462F;
}
</style>
border-color css
<style>
span { border-color: #B7462F; }
span { border-color: rgb(183,70,47); }
td.TdClassName
{
border-color: #B7462F;
}
.TagClassName
{
border-color: #B7462F;
}
</style>