Shades of Medium Carmine #B53A34
Tints of Medium Carmine #B53A34
RGB
CMYK
RGB Variations
Color information
#B53A34 (or 0xB53A34) is known color: Medium Carmine. HEX triplet: B5, 3A and 34. RGB value is (181,58,52). Sum of RGB (Red+Green+Blue) = 181+58+52=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A34 is #4AC5CB. Grayscale: #5E5E5E. Windows color (decimal): -4900300 or 3422901. OLE color: 3422901.
HSL color Cylindrical-coordinate representation of color #B53A34: hue angle of 2.79º 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 #B53A34 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 52 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.29 |
| HSL | 2.79º | 0.55% | 0.46% | - |
| HSV(B) | 2.79º | 0.71% | 0.71% | - |
| XYZ | 21.19 | 13.1 | 4.66 | - |
| YUV | 94.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 52 | 0 | 0.68 | 0.71 | 0.29 | 2.79 | 0.55 | 0.46 |
| Hex | B5 | 3A | 34 | 0 | 44 | 47 | 1D | 3 | 37 | 2E |
| Octal | 265 | 72 | 64 | 0 | 104 | 107 | 35 | 3 | 67 | 56 |
| Binary | 10110101 | 111010 | 110100 | 0 | 1000100 | 1000111 | 11101 | 11 | 110111 | 101110 |
Color Harmonies of #B53A34
Complementary color
Monochromatic Colors of #B53A34
Black with #B53A34
Text Example
Text Example
White with #B53A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A34; }
p { color: rgb(181,58,52); }
H1.HeaderClassName
{
color: #B53A34;
}
.AnyTagClassName
{
color: #B53A34;
}
</style>
background-color css
<style>
a { background-color: #B53A34; }
a { background-color: rgb(181,58,52); }
div.DivClassName
{
background-color: #B53A34;
}
.BgClassName
{
background-color: #B53A34;
}
</style>
border-color css
<style>
span { border-color: #B53A34; }
span { border-color: rgb(181,58,52); }
td.TdClassName
{
border-color: #B53A34;
}
.TagClassName
{
border-color: #B53A34;
}
</style>