Shades of Medium Carmine #B53C2C
Tints of Medium Carmine #B53C2C
RGB
CMYK
RGB Variations
Color information
#B53C2C (or 0xB53C2C) is known color: Medium Carmine. HEX triplet: B5, 3C and 2C. RGB value is (181,60,44). Sum of RGB (Red+Green+Blue) = 181+60+44=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C2C is #4AC3D3. Grayscale: #5E5E5E. Windows color (decimal): -4899796 or 2899125. OLE color: 2899125.
HSL color Cylindrical-coordinate representation of color #B53C2C: hue angle of 7.01º degrees, saturation: 0.61, 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 #B53C2C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 44 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.29 |
| HSL | 7.01º | 0.61% | 0.44% | - |
| HSV(B) | 7.01º | 0.76% | 0.71% | - |
| XYZ | 21.13 | 13.24 | 3.82 | - |
| YUV | 94.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 44 | 0 | 0.67 | 0.76 | 0.29 | 7.01 | 0.61 | 0.44 |
| Hex | B5 | 3C | 2C | 0 | 43 | 4C | 1D | 7 | 3D | 2C |
| Octal | 265 | 74 | 54 | 0 | 103 | 114 | 35 | 7 | 75 | 54 |
| Binary | 10110101 | 111100 | 101100 | 0 | 1000011 | 1001100 | 11101 | 111 | 111101 | 101100 |
Color Harmonies of #B53C2C
Complementary color
Monochromatic Colors of #B53C2C
Black with #B53C2C
Text Example
Text Example
White with #B53C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C2C; }
p { color: rgb(181,60,44); }
H1.HeaderClassName
{
color: #B53C2C;
}
.AnyTagClassName
{
color: #B53C2C;
}
</style>
background-color css
<style>
a { background-color: #B53C2C; }
a { background-color: rgb(181,60,44); }
div.DivClassName
{
background-color: #B53C2C;
}
.BgClassName
{
background-color: #B53C2C;
}
</style>
border-color css
<style>
span { border-color: #B53C2C; }
span { border-color: rgb(181,60,44); }
td.TdClassName
{
border-color: #B53C2C;
}
.TagClassName
{
border-color: #B53C2C;
}
</style>