Shades of Medium Carmine #B53F2C
Tints of Medium Carmine #B53F2C
RGB
CMYK
RGB Variations
Color information
#B53F2C (or 0xB53F2C) is known color: Medium Carmine. HEX triplet: B5, 3F and 2C. RGB value is (181,63,44). Sum of RGB (Red+Green+Blue) = 181+63+44=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53F2C is #4AC0D3. Grayscale: #606060. Windows color (decimal): -4899028 or 2899893. OLE color: 2899893.
HSL color Cylindrical-coordinate representation of color #B53F2C: hue angle of 8.32º 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 #B53F2C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 44 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.29 |
| HSL | 8.32º | 0.61% | 0.44% | - |
| HSV(B) | 8.32º | 0.76% | 0.71% | - |
| XYZ | 21.29 | 13.56 | 3.88 | - |
| YUV | 96.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 44 | 0 | 0.65 | 0.76 | 0.29 | 8.32 | 0.61 | 0.44 |
| Hex | B5 | 3F | 2C | 0 | 41 | 4C | 1D | 8 | 3D | 2C |
| Octal | 265 | 77 | 54 | 0 | 101 | 114 | 35 | 10 | 75 | 54 |
| Binary | 10110101 | 111111 | 101100 | 0 | 1000001 | 1001100 | 11101 | 1000 | 111101 | 101100 |
Color Harmonies of #B53F2C
Complementary color
Monochromatic Colors of #B53F2C
Black with #B53F2C
Text Example
Text Example
White with #B53F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F2C; }
p { color: rgb(181,63,44); }
H1.HeaderClassName
{
color: #B53F2C;
}
.AnyTagClassName
{
color: #B53F2C;
}
</style>
background-color css
<style>
a { background-color: #B53F2C; }
a { background-color: rgb(181,63,44); }
div.DivClassName
{
background-color: #B53F2C;
}
.BgClassName
{
background-color: #B53F2C;
}
</style>
border-color css
<style>
span { border-color: #B53F2C; }
span { border-color: rgb(181,63,44); }
td.TdClassName
{
border-color: #B53F2C;
}
.TagClassName
{
border-color: #B53F2C;
}
</style>