Shades of Medium Carmine #B53A30
Tints of Medium Carmine #B53A30
RGB
CMYK
RGB Variations
Color information
#B53A30 (or 0xB53A30) is known color: Medium Carmine. HEX triplet: B5, 3A and 30. RGB value is (181,58,48). Sum of RGB (Red+Green+Blue) = 181+58+48=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A30 is #4AC5CF. Grayscale: #5D5D5D. Windows color (decimal): -4900304 or 3160757. OLE color: 3160757.
HSL color Cylindrical-coordinate representation of color #B53A30: hue angle of 4.51º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53A30 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 48 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.29 |
| HSL | 4.51º | 0.58% | 0.45% | - |
| HSV(B) | 4.51º | 0.73% | 0.71% | - |
| XYZ | 21.1 | 13.06 | 4.21 | - |
| YUV | 93.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 48 | 0 | 0.68 | 0.73 | 0.29 | 4.51 | 0.58 | 0.45 |
| Hex | B5 | 3A | 30 | 0 | 44 | 49 | 1D | 5 | 3A | 2D |
| Octal | 265 | 72 | 60 | 0 | 104 | 111 | 35 | 5 | 72 | 55 |
| Binary | 10110101 | 111010 | 110000 | 0 | 1000100 | 1001001 | 11101 | 101 | 111010 | 101101 |
Color Harmonies of #B53A30
Complementary color
Monochromatic Colors of #B53A30
Black with #B53A30
Text Example
Text Example
White with #B53A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A30; }
p { color: rgb(181,58,48); }
H1.HeaderClassName
{
color: #B53A30;
}
.AnyTagClassName
{
color: #B53A30;
}
</style>
background-color css
<style>
a { background-color: #B53A30; }
a { background-color: rgb(181,58,48); }
div.DivClassName
{
background-color: #B53A30;
}
.BgClassName
{
background-color: #B53A30;
}
</style>
border-color css
<style>
span { border-color: #B53A30; }
span { border-color: rgb(181,58,48); }
td.TdClassName
{
border-color: #B53A30;
}
.TagClassName
{
border-color: #B53A30;
}
</style>