Shades of Medium Carmine #B53E2D
Tints of Medium Carmine #B53E2D
RGB
CMYK
RGB Variations
Color information
#B53E2D (or 0xB53E2D) is known color: Medium Carmine. HEX triplet: B5, 3E and 2D. RGB value is (181,62,45). Sum of RGB (Red+Green+Blue) = 181+62+45=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E2D is #4AC1D2. Grayscale: #5F5F5F. Windows color (decimal): -4899283 or 2965173. OLE color: 2965173.
HSL color Cylindrical-coordinate representation of color #B53E2D: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53E2D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 45 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.29 |
| HSL | 7.5º | 0.6% | 0.44% | - |
| HSV(B) | 7.5º | 0.75% | 0.71% | - |
| XYZ | 21.25 | 13.46 | 3.96 | - |
| YUV | 95.64 | 99.42 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 45 | 0 | 0.66 | 0.75 | 0.29 | 7.5 | 0.6 | 0.44 |
| Hex | B5 | 3E | 2D | 0 | 42 | 4B | 1D | 8 | 3C | 2C |
| Octal | 265 | 76 | 55 | 0 | 102 | 113 | 35 | 10 | 74 | 54 |
| Binary | 10110101 | 111110 | 101101 | 0 | 1000010 | 1001011 | 11101 | 1000 | 111100 | 101100 |
Color Harmonies of #B53E2D
Complementary color
Monochromatic Colors of #B53E2D
Black with #B53E2D
Text Example
Text Example
White with #B53E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E2D; }
p { color: rgb(181,62,45); }
H1.HeaderClassName
{
color: #B53E2D;
}
.AnyTagClassName
{
color: #B53E2D;
}
</style>
background-color css
<style>
a { background-color: #B53E2D; }
a { background-color: rgb(181,62,45); }
div.DivClassName
{
background-color: #B53E2D;
}
.BgClassName
{
background-color: #B53E2D;
}
</style>
border-color css
<style>
span { border-color: #B53E2D; }
span { border-color: rgb(181,62,45); }
td.TdClassName
{
border-color: #B53E2D;
}
.TagClassName
{
border-color: #B53E2D;
}
</style>