Shades of Medium Carmine #B53E28
Tints of Medium Carmine #B53E28
RGB
CMYK
RGB Variations
Color information
#B53E28 (or 0xB53E28) is known color: Medium Carmine. HEX triplet: B5, 3E and 28. RGB value is (181,62,40). Sum of RGB (Red+Green+Blue) = 181+62+40=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E28 is #4AC1D7. Grayscale: #5F5F5F. Windows color (decimal): -4899288 or 2637493. OLE color: 2637493.
HSL color Cylindrical-coordinate representation of color #B53E28: hue angle of 9.36º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B53E28 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 40 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.29 |
| HSL | 9.36º | 0.64% | 0.43% | - |
| HSV(B) | 9.36º | 0.78% | 0.71% | - |
| XYZ | 21.16 | 13.42 | 3.48 | - |
| YUV | 95.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 40 | 0 | 0.66 | 0.78 | 0.29 | 9.36 | 0.64 | 0.43 |
| Hex | B5 | 3E | 28 | 0 | 42 | 4E | 1D | 9 | 40 | 2B |
| Octal | 265 | 76 | 50 | 0 | 102 | 116 | 35 | 11 | 100 | 53 |
| Binary | 10110101 | 111110 | 101000 | 0 | 1000010 | 1001110 | 11101 | 1001 | 1000000 | 101011 |
Color Harmonies of #B53E28
Complementary color
Monochromatic Colors of #B53E28
Black with #B53E28
Text Example
Text Example
White with #B53E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E28; }
p { color: rgb(181,62,40); }
H1.HeaderClassName
{
color: #B53E28;
}
.AnyTagClassName
{
color: #B53E28;
}
</style>
background-color css
<style>
a { background-color: #B53E28; }
a { background-color: rgb(181,62,40); }
div.DivClassName
{
background-color: #B53E28;
}
.BgClassName
{
background-color: #B53E28;
}
</style>
border-color css
<style>
span { border-color: #B53E28; }
span { border-color: rgb(181,62,40); }
td.TdClassName
{
border-color: #B53E28;
}
.TagClassName
{
border-color: #B53E28;
}
</style>