Shades of Medium Carmine #B53C28
Tints of Medium Carmine #B53C28
RGB
CMYK
RGB Variations
Color information
#B53C28 (or 0xB53C28) is known color: Medium Carmine. HEX triplet: B5, 3C and 28. RGB value is (181,60,40). Sum of RGB (Red+Green+Blue) = 181+60+40=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C28 is #4AC3D7. Grayscale: #5E5E5E. Windows color (decimal): -4899800 or 2636981. OLE color: 2636981.
HSL color Cylindrical-coordinate representation of color #B53C28: hue angle of 8.51º 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 #B53C28 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 40 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.29 |
| HSL | 8.51º | 0.64% | 0.43% | - |
| HSV(B) | 8.51º | 0.78% | 0.71% | - |
| XYZ | 21.05 | 13.21 | 3.45 | - |
| YUV | 93.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 40 | 0 | 0.67 | 0.78 | 0.29 | 8.51 | 0.64 | 0.43 |
| Hex | B5 | 3C | 28 | 0 | 43 | 4E | 1D | 9 | 40 | 2B |
| Octal | 265 | 74 | 50 | 0 | 103 | 116 | 35 | 11 | 100 | 53 |
| Binary | 10110101 | 111100 | 101000 | 0 | 1000011 | 1001110 | 11101 | 1001 | 1000000 | 101011 |
Color Harmonies of #B53C28
Complementary color
Monochromatic Colors of #B53C28
Black with #B53C28
Text Example
Text Example
White with #B53C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C28; }
p { color: rgb(181,60,40); }
H1.HeaderClassName
{
color: #B53C28;
}
.AnyTagClassName
{
color: #B53C28;
}
</style>
background-color css
<style>
a { background-color: #B53C28; }
a { background-color: rgb(181,60,40); }
div.DivClassName
{
background-color: #B53C28;
}
.BgClassName
{
background-color: #B53C28;
}
</style>
border-color css
<style>
span { border-color: #B53C28; }
span { border-color: rgb(181,60,40); }
td.TdClassName
{
border-color: #B53C28;
}
.TagClassName
{
border-color: #B53C28;
}
</style>