Shades of Medium Carmine #B53C38
Tints of Medium Carmine #B53C38
RGB
CMYK
RGB Variations
Color information
#B53C38 (or 0xB53C38) is known color: Medium Carmine. HEX triplet: B5, 3C and 38. RGB value is (181,60,56). Sum of RGB (Red+Green+Blue) = 181+60+56=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C38 is #4AC3C7. Grayscale: #5F5F5F. Windows color (decimal): -4899784 or 3685557. OLE color: 3685557.
HSL color Cylindrical-coordinate representation of color #B53C38: hue angle of 1.92º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53C38 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 56 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.29 |
| HSL | 1.92º | 0.53% | 0.46% | - |
| HSV(B) | 1.92º | 0.69% | 0.71% | - |
| XYZ | 21.39 | 13.34 | 5.19 | - |
| YUV | 95.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 56 | 0 | 0.67 | 0.69 | 0.29 | 1.92 | 0.53 | 0.46 |
| Hex | B5 | 3C | 38 | 0 | 43 | 45 | 1D | 2 | 35 | 2E |
| Octal | 265 | 74 | 70 | 0 | 103 | 105 | 35 | 2 | 65 | 56 |
| Binary | 10110101 | 111100 | 111000 | 0 | 1000011 | 1000101 | 11101 | 10 | 110101 | 101110 |
Color Harmonies of #B53C38
Complementary color
Monochromatic Colors of #B53C38
Black with #B53C38
Text Example
Text Example
White with #B53C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C38; }
p { color: rgb(181,60,56); }
H1.HeaderClassName
{
color: #B53C38;
}
.AnyTagClassName
{
color: #B53C38;
}
</style>
background-color css
<style>
a { background-color: #B53C38; }
a { background-color: rgb(181,60,56); }
div.DivClassName
{
background-color: #B53C38;
}
.BgClassName
{
background-color: #B53C38;
}
</style>
border-color css
<style>
span { border-color: #B53C38; }
span { border-color: rgb(181,60,56); }
td.TdClassName
{
border-color: #B53C38;
}
.TagClassName
{
border-color: #B53C38;
}
</style>