Shades of Rust #B53F16
Tints of Rust #B53F16
RGB
CMYK
RGB Variations
Color information
#B53F16 (or 0xB53F16) is known color: Rust. HEX triplet: B5, 3F and 16. RGB value is (181,63,22). Sum of RGB (Red+Green+Blue) = 181+63+22=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53F16 is #4AC0E9. Grayscale: #5D5D5D. Windows color (decimal): -4899050 or 1458101. OLE color: 1458101.
HSL color Cylindrical-coordinate representation of color #B53F16: hue angle of 15.47º 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 #B53F16 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 22 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.29 |
| HSL | 15.47º | 0.78% | 0.4% | - |
| HSV(B) | 15.47º | 0.88% | 0.71% | - |
| XYZ | 20.98 | 13.44 | 2.25 | - |
| YUV | 93.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 22 | 0 | 0.65 | 0.88 | 0.29 | 15.47 | 0.78 | 0.4 |
| Hex | B5 | 3F | 16 | 0 | 41 | 58 | 1D | F | 4E | 28 |
| Octal | 265 | 77 | 26 | 0 | 101 | 130 | 35 | 17 | 116 | 50 |
| Binary | 10110101 | 111111 | 10110 | 0 | 1000001 | 1011000 | 11101 | 1111 | 1001110 | 101000 |
Color Harmonies of #B53F16
Complementary color
Monochromatic Colors of #B53F16
Black with #B53F16
Text Example
Text Example
White with #B53F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F16; }
p { color: rgb(181,63,22); }
H1.HeaderClassName
{
color: #B53F16;
}
.AnyTagClassName
{
color: #B53F16;
}
</style>
background-color css
<style>
a { background-color: #B53F16; }
a { background-color: rgb(181,63,22); }
div.DivClassName
{
background-color: #B53F16;
}
.BgClassName
{
background-color: #B53F16;
}
</style>
border-color css
<style>
span { border-color: #B53F16; }
span { border-color: rgb(181,63,22); }
td.TdClassName
{
border-color: #B53F16;
}
.TagClassName
{
border-color: #B53F16;
}
</style>