Shades of Medium Carmine #B54A3A
Tints of Medium Carmine #B54A3A
RGB
CMYK
RGB Variations
Color information
#B54A3A (or 0xB54A3A) is known color: Medium Carmine. HEX triplet: B5, 4A and 3A. RGB value is (181,74,58). Sum of RGB (Red+Green+Blue) = 181+74+58=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A3A is #4AB5C5. Grayscale: #686868. Windows color (decimal): -4896198 or 3820213. OLE color: 3820213.
HSL color Cylindrical-coordinate representation of color #B54A3A: hue angle of 7.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54A3A is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 58 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.29 |
| HSL | 7.8º | 0.51% | 0.47% | - |
| HSV(B) | 7.8º | 0.68% | 0.71% | - |
| XYZ | 22.27 | 15.03 | 5.73 | - |
| YUV | 104.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 58 | 0 | 0.59 | 0.68 | 0.29 | 7.8 | 0.51 | 0.47 |
| Hex | B5 | 4A | 3A | 0 | 3B | 44 | 1D | 8 | 33 | 2F |
| Octal | 265 | 112 | 72 | 0 | 73 | 104 | 35 | 10 | 63 | 57 |
| Binary | 10110101 | 1001010 | 111010 | 0 | 111011 | 1000100 | 11101 | 1000 | 110011 | 101111 |
Color Harmonies of #B54A3A
Complementary color
Monochromatic Colors of #B54A3A
Black with #B54A3A
Text Example
Text Example
White with #B54A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A3A; }
p { color: rgb(181,74,58); }
H1.HeaderClassName
{
color: #B54A3A;
}
.AnyTagClassName
{
color: #B54A3A;
}
</style>
background-color css
<style>
a { background-color: #B54A3A; }
a { background-color: rgb(181,74,58); }
div.DivClassName
{
background-color: #B54A3A;
}
.BgClassName
{
background-color: #B54A3A;
}
</style>
border-color css
<style>
span { border-color: #B54A3A; }
span { border-color: rgb(181,74,58); }
td.TdClassName
{
border-color: #B54A3A;
}
.TagClassName
{
border-color: #B54A3A;
}
</style>