Shades of Medium Carmine #B74635
Tints of Medium Carmine #B74635
RGB
CMYK
RGB Variations
Color information
#B74635 (or 0xB74635) is known color: Medium Carmine. HEX triplet: B7, 46 and 35. RGB value is (183,70,53). Sum of RGB (Red+Green+Blue) = 183+70+53=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B74635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74635 is #48B9CA. Grayscale: #666666. Windows color (decimal): -4766155 or 3491511. OLE color: 3491511.
HSL color Cylindrical-coordinate representation of color #B74635: hue angle of 7.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B74635 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 53 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.28 |
| HSL | 7.85º | 0.55% | 0.46% | - |
| HSV(B) | 7.85º | 0.71% | 0.72% | - |
| XYZ | 22.36 | 14.7 | 5.03 | - |
| YUV | 101.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 53 | 0 | 0.62 | 0.71 | 0.28 | 7.85 | 0.55 | 0.46 |
| Hex | B7 | 46 | 35 | 0 | 3E | 47 | 1C | 8 | 37 | 2E |
| Octal | 267 | 106 | 65 | 0 | 76 | 107 | 34 | 10 | 67 | 56 |
| Binary | 10110111 | 1000110 | 110101 | 0 | 111110 | 1000111 | 11100 | 1000 | 110111 | 101110 |
Color Harmonies of #B74635
Complementary color
Monochromatic Colors of #B74635
Black with #B74635
Text Example
Text Example
White with #B74635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74635; }
p { color: rgb(183,70,53); }
H1.HeaderClassName
{
color: #B74635;
}
.AnyTagClassName
{
color: #B74635;
}
</style>
background-color css
<style>
a { background-color: #B74635; }
a { background-color: rgb(183,70,53); }
div.DivClassName
{
background-color: #B74635;
}
.BgClassName
{
background-color: #B74635;
}
</style>
border-color css
<style>
span { border-color: #B74635; }
span { border-color: rgb(183,70,53); }
td.TdClassName
{
border-color: #B74635;
}
.TagClassName
{
border-color: #B74635;
}
</style>