Shades of Medium Carmine #B73525
Tints of Medium Carmine #B73525
RGB
CMYK
RGB Variations
Color information
#B73525 (or 0xB73525) is known color: Medium Carmine. HEX triplet: B7, 35 and 25. RGB value is (183,53,37). Sum of RGB (Red+Green+Blue) = 183+53+37=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B73525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73525 is #48CADA. Grayscale: #5A5A5A. Windows color (decimal): -4770523 or 2438583. OLE color: 2438583.
HSL color Cylindrical-coordinate representation of color #B73525: hue angle of 6.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B73525 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 37 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.28 |
| HSL | 6.58º | 0.66% | 0.43% | - |
| HSV(B) | 6.58º | 0.8% | 0.72% | - |
| XYZ | 21.14 | 12.75 | 3.1 | - |
| YUV | 90.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 37 | 0 | 0.71 | 0.80 | 0.28 | 6.58 | 0.66 | 0.43 |
| Hex | B7 | 35 | 25 | 0 | 47 | 50 | 1C | 7 | 42 | 2B |
| Octal | 267 | 65 | 45 | 0 | 107 | 120 | 34 | 7 | 102 | 53 |
| Binary | 10110111 | 110101 | 100101 | 0 | 1000111 | 1010000 | 11100 | 111 | 1000010 | 101011 |
Color Harmonies of #B73525
Complementary color
Monochromatic Colors of #B73525
Black with #B73525
Text Example
Text Example
White with #B73525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73525; }
p { color: rgb(183,53,37); }
H1.HeaderClassName
{
color: #B73525;
}
.AnyTagClassName
{
color: #B73525;
}
</style>
background-color css
<style>
a { background-color: #B73525; }
a { background-color: rgb(183,53,37); }
div.DivClassName
{
background-color: #B73525;
}
.BgClassName
{
background-color: #B73525;
}
</style>
border-color css
<style>
span { border-color: #B73525; }
span { border-color: rgb(183,53,37); }
td.TdClassName
{
border-color: #B73525;
}
.TagClassName
{
border-color: #B73525;
}
</style>