Shades of Medium Carmine #B53A28
Tints of Medium Carmine #B53A28
RGB
CMYK
RGB Variations
Color information
#B53A28 (or 0xB53A28) is known color: Medium Carmine. HEX triplet: B5, 3A and 28. RGB value is (181,58,40). Sum of RGB (Red+Green+Blue) = 181+58+40=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A28 is #4AC5D7. Grayscale: #5C5C5C. Windows color (decimal): -4900312 or 2636469. OLE color: 2636469.
HSL color Cylindrical-coordinate representation of color #B53A28: hue angle of 7.66º 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 #B53A28 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 40 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.29 |
| HSL | 7.66º | 0.64% | 0.43% | - |
| HSV(B) | 7.66º | 0.78% | 0.71% | - |
| XYZ | 20.95 | 13 | 3.41 | - |
| YUV | 92.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 40 | 0 | 0.68 | 0.78 | 0.29 | 7.66 | 0.64 | 0.43 |
| Hex | B5 | 3A | 28 | 0 | 44 | 4E | 1D | 8 | 40 | 2B |
| Octal | 265 | 72 | 50 | 0 | 104 | 116 | 35 | 10 | 100 | 53 |
| Binary | 10110101 | 111010 | 101000 | 0 | 1000100 | 1001110 | 11101 | 1000 | 1000000 | 101011 |
Color Harmonies of #B53A28
Complementary color
Monochromatic Colors of #B53A28
Black with #B53A28
Text Example
Text Example
White with #B53A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A28; }
p { color: rgb(181,58,40); }
H1.HeaderClassName
{
color: #B53A28;
}
.AnyTagClassName
{
color: #B53A28;
}
</style>
background-color css
<style>
a { background-color: #B53A28; }
a { background-color: rgb(181,58,40); }
div.DivClassName
{
background-color: #B53A28;
}
.BgClassName
{
background-color: #B53A28;
}
</style>
border-color css
<style>
span { border-color: #B53A28; }
span { border-color: rgb(181,58,40); }
td.TdClassName
{
border-color: #B53A28;
}
.TagClassName
{
border-color: #B53A28;
}
</style>