Shades of Medium Carmine #B74735
Tints of Medium Carmine #B74735
RGB
CMYK
RGB Variations
Color information
#B74735 (or 0xB74735) is known color: Medium Carmine. HEX triplet: B7, 47 and 35. RGB value is (183,71,53). Sum of RGB (Red+Green+Blue) = 183+71+53=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B74735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74735 is #48B8CA. Grayscale: #666666. Windows color (decimal): -4765899 or 3491767. OLE color: 3491767.
HSL color Cylindrical-coordinate representation of color #B74735: hue angle of 8.31º 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 #B74735 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 53 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.28 |
| HSL | 8.31º | 0.55% | 0.46% | - |
| HSV(B) | 8.31º | 0.71% | 0.72% | - |
| XYZ | 22.42 | 14.83 | 5.05 | - |
| YUV | 102.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 53 | 0 | 0.61 | 0.71 | 0.28 | 8.31 | 0.55 | 0.46 |
| Hex | B7 | 47 | 35 | 0 | 3D | 47 | 1C | 8 | 37 | 2E |
| Octal | 267 | 107 | 65 | 0 | 75 | 107 | 34 | 10 | 67 | 56 |
| Binary | 10110111 | 1000111 | 110101 | 0 | 111101 | 1000111 | 11100 | 1000 | 110111 | 101110 |
Color Harmonies of #B74735
Complementary color
Monochromatic Colors of #B74735
Black with #B74735
Text Example
Text Example
White with #B74735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74735; }
p { color: rgb(183,71,53); }
H1.HeaderClassName
{
color: #B74735;
}
.AnyTagClassName
{
color: #B74735;
}
</style>
background-color css
<style>
a { background-color: #B74735; }
a { background-color: rgb(183,71,53); }
div.DivClassName
{
background-color: #B74735;
}
.BgClassName
{
background-color: #B74735;
}
</style>
border-color css
<style>
span { border-color: #B74735; }
span { border-color: rgb(183,71,53); }
td.TdClassName
{
border-color: #B74735;
}
.TagClassName
{
border-color: #B74735;
}
</style>