Shades of Medium Carmine #B53921
Tints of Medium Carmine #B53921
RGB
CMYK
RGB Variations
Color information
#B53921 (or 0xB53921) is known color: Medium Carmine. HEX triplet: B5, 39 and 21. RGB value is (181,57,33). Sum of RGB (Red+Green+Blue) = 181+57+33=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B53921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53921 is #4AC6DE. Grayscale: #5B5B5B. Windows color (decimal): -4900575 or 2177461. OLE color: 2177461.
HSL color Cylindrical-coordinate representation of color #B53921: hue angle of 9.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B53921 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 33 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.29 |
| HSL | 9.73º | 0.69% | 0.42% | - |
| HSV(B) | 9.73º | 0.82% | 0.71% | - |
| XYZ | 20.79 | 12.86 | 2.83 | - |
| YUV | 91.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 33 | 0 | 0.69 | 0.82 | 0.29 | 9.73 | 0.69 | 0.42 |
| Hex | B5 | 39 | 21 | 0 | 45 | 52 | 1D | A | 45 | 2A |
| Octal | 265 | 71 | 41 | 0 | 105 | 122 | 35 | 12 | 105 | 52 |
| Binary | 10110101 | 111001 | 100001 | 0 | 1000101 | 1010010 | 11101 | 1010 | 1000101 | 101010 |
Color Harmonies of #B53921
Complementary color
Monochromatic Colors of #B53921
Black with #B53921
Text Example
Text Example
White with #B53921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53921; }
p { color: rgb(181,57,33); }
H1.HeaderClassName
{
color: #B53921;
}
.AnyTagClassName
{
color: #B53921;
}
</style>
background-color css
<style>
a { background-color: #B53921; }
a { background-color: rgb(181,57,33); }
div.DivClassName
{
background-color: #B53921;
}
.BgClassName
{
background-color: #B53921;
}
</style>
border-color css
<style>
span { border-color: #B53921; }
span { border-color: rgb(181,57,33); }
td.TdClassName
{
border-color: #B53921;
}
.TagClassName
{
border-color: #B53921;
}
</style>