Shades of Medium Carmine #B53934
Tints of Medium Carmine #B53934
RGB
CMYK
RGB Variations
Color information
#B53934 (or 0xB53934) is known color: Medium Carmine. HEX triplet: B5, 39 and 34. RGB value is (181,57,52). Sum of RGB (Red+Green+Blue) = 181+57+52=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B53934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53934 is #4AC6CB. Grayscale: #5D5D5D. Windows color (decimal): -4900556 or 3422645. OLE color: 3422645.
HSL color Cylindrical-coordinate representation of color #B53934: hue angle of 2.33º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53934 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 52 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.29 |
| HSL | 2.33º | 0.55% | 0.46% | - |
| HSV(B) | 2.33º | 0.71% | 0.71% | - |
| XYZ | 21.14 | 13 | 4.64 | - |
| YUV | 93.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 52 | 0 | 0.69 | 0.71 | 0.29 | 2.33 | 0.55 | 0.46 |
| Hex | B5 | 39 | 34 | 0 | 45 | 47 | 1D | 2 | 37 | 2E |
| Octal | 265 | 71 | 64 | 0 | 105 | 107 | 35 | 2 | 67 | 56 |
| Binary | 10110101 | 111001 | 110100 | 0 | 1000101 | 1000111 | 11101 | 10 | 110111 | 101110 |
Color Harmonies of #B53934
Complementary color
Monochromatic Colors of #B53934
Black with #B53934
Text Example
Text Example
White with #B53934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53934; }
p { color: rgb(181,57,52); }
H1.HeaderClassName
{
color: #B53934;
}
.AnyTagClassName
{
color: #B53934;
}
</style>
background-color css
<style>
a { background-color: #B53934; }
a { background-color: rgb(181,57,52); }
div.DivClassName
{
background-color: #B53934;
}
.BgClassName
{
background-color: #B53934;
}
</style>
border-color css
<style>
span { border-color: #B53934; }
span { border-color: rgb(181,57,52); }
td.TdClassName
{
border-color: #B53934;
}
.TagClassName
{
border-color: #B53934;
}
</style>