Shades of Medium Carmine #B53821
Tints of Medium Carmine #B53821
RGB
CMYK
RGB Variations
Color information
#B53821 (or 0xB53821) is known color: Medium Carmine. HEX triplet: B5, 38 and 21. RGB value is (181,56,33). Sum of RGB (Red+Green+Blue) = 181+56+33=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B53821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53821 is #4AC7DE. Grayscale: #5A5A5A. Windows color (decimal): -4900831 or 2177205. OLE color: 2177205.
HSL color Cylindrical-coordinate representation of color #B53821: hue angle of 9.32º 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 #B53821 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 33 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.29 |
| HSL | 9.32º | 0.69% | 0.42% | - |
| HSV(B) | 9.32º | 0.82% | 0.71% | - |
| XYZ | 20.74 | 12.76 | 2.81 | - |
| YUV | 90.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 33 | 0 | 0.69 | 0.82 | 0.29 | 9.32 | 0.69 | 0.42 |
| Hex | B5 | 38 | 21 | 0 | 45 | 52 | 1D | 9 | 45 | 2A |
| Octal | 265 | 70 | 41 | 0 | 105 | 122 | 35 | 11 | 105 | 52 |
| Binary | 10110101 | 111000 | 100001 | 0 | 1000101 | 1010010 | 11101 | 1001 | 1000101 | 101010 |
Color Harmonies of #B53821
Complementary color
Monochromatic Colors of #B53821
Black with #B53821
Text Example
Text Example
White with #B53821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53821; }
p { color: rgb(181,56,33); }
H1.HeaderClassName
{
color: #B53821;
}
.AnyTagClassName
{
color: #B53821;
}
</style>
background-color css
<style>
a { background-color: #B53821; }
a { background-color: rgb(181,56,33); }
div.DivClassName
{
background-color: #B53821;
}
.BgClassName
{
background-color: #B53821;
}
</style>
border-color css
<style>
span { border-color: #B53821; }
span { border-color: rgb(181,56,33); }
td.TdClassName
{
border-color: #B53821;
}
.TagClassName
{
border-color: #B53821;
}
</style>