Shades of Rust #B53C16
Tints of Rust #B53C16
RGB
CMYK
RGB Variations
Color information
#B53C16 (or 0xB53C16) is known color: Rust. HEX triplet: B5, 3C and 16. RGB value is (181,60,22). Sum of RGB (Red+Green+Blue) = 181+60+22=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53C16 is #4AC3E9. Grayscale: #5C5C5C. Windows color (decimal): -4899818 or 1457333. OLE color: 1457333.
HSL color Cylindrical-coordinate representation of color #B53C16: hue angle of 14.34º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B53C16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 22 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.29 |
| HSL | 14.34º | 0.78% | 0.4% | - |
| HSV(B) | 14.34º | 0.88% | 0.71% | - |
| XYZ | 20.82 | 13.11 | 2.19 | - |
| YUV | 91.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 22 | 0 | 0.67 | 0.88 | 0.29 | 14.34 | 0.78 | 0.4 |
| Hex | B5 | 3C | 16 | 0 | 43 | 58 | 1D | E | 4E | 28 |
| Octal | 265 | 74 | 26 | 0 | 103 | 130 | 35 | 16 | 116 | 50 |
| Binary | 10110101 | 111100 | 10110 | 0 | 1000011 | 1011000 | 11101 | 1110 | 1001110 | 101000 |
Color Harmonies of #B53C16
Complementary color
Monochromatic Colors of #B53C16
Black with #B53C16
Text Example
Text Example
White with #B53C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C16; }
p { color: rgb(181,60,22); }
H1.HeaderClassName
{
color: #B53C16;
}
.AnyTagClassName
{
color: #B53C16;
}
</style>
background-color css
<style>
a { background-color: #B53C16; }
a { background-color: rgb(181,60,22); }
div.DivClassName
{
background-color: #B53C16;
}
.BgClassName
{
background-color: #B53C16;
}
</style>
border-color css
<style>
span { border-color: #B53C16; }
span { border-color: rgb(181,60,22); }
td.TdClassName
{
border-color: #B53C16;
}
.TagClassName
{
border-color: #B53C16;
}
</style>