Shades of Medium Carmine #B53B2B
Tints of Medium Carmine #B53B2B
RGB
CMYK
RGB Variations
Color information
#B53B2B (or 0xB53B2B) is known color: Medium Carmine. HEX triplet: B5, 3B and 2B. RGB value is (181,59,43). Sum of RGB (Red+Green+Blue) = 181+59+43=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B2B is #4AC4D4. Grayscale: #5D5D5D. Windows color (decimal): -4900053 or 2833333. OLE color: 2833333.
HSL color Cylindrical-coordinate representation of color #B53B2B: hue angle of 6.96º 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 #B53B2B is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 43 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.29 |
| HSL | 6.96º | 0.62% | 0.44% | - |
| HSV(B) | 6.96º | 0.76% | 0.71% | - |
| XYZ | 21.06 | 13.13 | 3.71 | - |
| YUV | 93.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 43 | 0 | 0.67 | 0.76 | 0.29 | 6.96 | 0.62 | 0.44 |
| Hex | B5 | 3B | 2B | 0 | 43 | 4C | 1D | 7 | 3E | 2C |
| Octal | 265 | 73 | 53 | 0 | 103 | 114 | 35 | 7 | 76 | 54 |
| Binary | 10110101 | 111011 | 101011 | 0 | 1000011 | 1001100 | 11101 | 111 | 111110 | 101100 |
Color Harmonies of #B53B2B
Complementary color
Monochromatic Colors of #B53B2B
Black with #B53B2B
Text Example
Text Example
White with #B53B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53B2B; }
p { color: rgb(181,59,43); }
H1.HeaderClassName
{
color: #B53B2B;
}
.AnyTagClassName
{
color: #B53B2B;
}
</style>
background-color css
<style>
a { background-color: #B53B2B; }
a { background-color: rgb(181,59,43); }
div.DivClassName
{
background-color: #B53B2B;
}
.BgClassName
{
background-color: #B53B2B;
}
</style>
border-color css
<style>
span { border-color: #B53B2B; }
span { border-color: rgb(181,59,43); }
td.TdClassName
{
border-color: #B53B2B;
}
.TagClassName
{
border-color: #B53B2B;
}
</style>