Shades of Medium Carmine #B53D2B
Tints of Medium Carmine #B53D2B
RGB
CMYK
RGB Variations
Color information
#B53D2B (or 0xB53D2B) is known color: Medium Carmine. HEX triplet: B5, 3D and 2B. RGB value is (181,61,43). Sum of RGB (Red+Green+Blue) = 181+61+43=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D2B is #4AC2D4. Grayscale: #5F5F5F. Windows color (decimal): -4899541 or 2833845. OLE color: 2833845.
HSL color Cylindrical-coordinate representation of color #B53D2B: hue angle of 7.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B53D2B is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 43 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.29 |
| HSL | 7.83º | 0.62% | 0.44% | - |
| HSV(B) | 7.83º | 0.76% | 0.71% | - |
| XYZ | 21.16 | 13.34 | 3.74 | - |
| YUV | 94.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 43 | 0 | 0.66 | 0.76 | 0.29 | 7.83 | 0.62 | 0.44 |
| Hex | B5 | 3D | 2B | 0 | 42 | 4C | 1D | 8 | 3E | 2C |
| Octal | 265 | 75 | 53 | 0 | 102 | 114 | 35 | 10 | 76 | 54 |
| Binary | 10110101 | 111101 | 101011 | 0 | 1000010 | 1001100 | 11101 | 1000 | 111110 | 101100 |
Color Harmonies of #B53D2B
Complementary color
Monochromatic Colors of #B53D2B
Black with #B53D2B
Text Example
Text Example
White with #B53D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D2B; }
p { color: rgb(181,61,43); }
H1.HeaderClassName
{
color: #B53D2B;
}
.AnyTagClassName
{
color: #B53D2B;
}
</style>
background-color css
<style>
a { background-color: #B53D2B; }
a { background-color: rgb(181,61,43); }
div.DivClassName
{
background-color: #B53D2B;
}
.BgClassName
{
background-color: #B53D2B;
}
</style>
border-color css
<style>
span { border-color: #B53D2B; }
span { border-color: rgb(181,61,43); }
td.TdClassName
{
border-color: #B53D2B;
}
.TagClassName
{
border-color: #B53D2B;
}
</style>