Shades of Medium Carmine #B73A30
Tints of Medium Carmine #B73A30
RGB
CMYK
RGB Variations
Color information
#B73A30 (or 0xB73A30) is known color: Medium Carmine. HEX triplet: B7, 3A and 30. RGB value is (183,58,48). Sum of RGB (Red+Green+Blue) = 183+58+48=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A30 is #48C5CF. Grayscale: #5E5E5E. Windows color (decimal): -4769232 or 3160759. OLE color: 3160759.
HSL color Cylindrical-coordinate representation of color #B73A30: hue angle of 4.44º degrees, saturation: 0.58, 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 #B73A30 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 48 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.28 |
| HSL | 4.44º | 0.58% | 0.45% | - |
| HSV(B) | 4.44º | 0.74% | 0.72% | - |
| XYZ | 21.58 | 13.31 | 4.23 | - |
| YUV | 94.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 48 | 0 | 0.68 | 0.74 | 0.28 | 4.44 | 0.58 | 0.45 |
| Hex | B7 | 3A | 30 | 0 | 44 | 4A | 1C | 4 | 3A | 2D |
| Octal | 267 | 72 | 60 | 0 | 104 | 112 | 34 | 4 | 72 | 55 |
| Binary | 10110111 | 111010 | 110000 | 0 | 1000100 | 1001010 | 11100 | 100 | 111010 | 101101 |
Color Harmonies of #B73A30
Complementary color
Monochromatic Colors of #B73A30
Black with #B73A30
Text Example
Text Example
White with #B73A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A30; }
p { color: rgb(183,58,48); }
H1.HeaderClassName
{
color: #B73A30;
}
.AnyTagClassName
{
color: #B73A30;
}
</style>
background-color css
<style>
a { background-color: #B73A30; }
a { background-color: rgb(183,58,48); }
div.DivClassName
{
background-color: #B73A30;
}
.BgClassName
{
background-color: #B73A30;
}
</style>
border-color css
<style>
span { border-color: #B73A30; }
span { border-color: rgb(183,58,48); }
td.TdClassName
{
border-color: #B73A30;
}
.TagClassName
{
border-color: #B73A30;
}
</style>