Shades of Rust #B53F17
Tints of Rust #B53F17
RGB
CMYK
RGB Variations
Color information
#B53F17 (or 0xB53F17) is known color: Rust. HEX triplet: B5, 3F and 17. RGB value is (181,63,23). Sum of RGB (Red+Green+Blue) = 181+63+23=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53F17 is #4AC0E8. Grayscale: #5E5E5E. Windows color (decimal): -4899049 or 1523637. OLE color: 1523637.
HSL color Cylindrical-coordinate representation of color #B53F17: hue angle of 15.19º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B53F17 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 23 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.29 |
| HSL | 15.19º | 0.77% | 0.4% | - |
| HSV(B) | 15.19º | 0.87% | 0.71% | - |
| XYZ | 20.99 | 13.44 | 2.3 | - |
| YUV | 93.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 23 | 0 | 0.65 | 0.87 | 0.29 | 15.19 | 0.77 | 0.4 |
| Hex | B5 | 3F | 17 | 0 | 41 | 57 | 1D | F | 4D | 28 |
| Octal | 265 | 77 | 27 | 0 | 101 | 127 | 35 | 17 | 115 | 50 |
| Binary | 10110101 | 111111 | 10111 | 0 | 1000001 | 1010111 | 11101 | 1111 | 1001101 | 101000 |
Color Harmonies of #B53F17
Complementary color
Monochromatic Colors of #B53F17
Black with #B53F17
Text Example
Text Example
White with #B53F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F17; }
p { color: rgb(181,63,23); }
H1.HeaderClassName
{
color: #B53F17;
}
.AnyTagClassName
{
color: #B53F17;
}
</style>
background-color css
<style>
a { background-color: #B53F17; }
a { background-color: rgb(181,63,23); }
div.DivClassName
{
background-color: #B53F17;
}
.BgClassName
{
background-color: #B53F17;
}
</style>
border-color css
<style>
span { border-color: #B53F17; }
span { border-color: rgb(181,63,23); }
td.TdClassName
{
border-color: #B53F17;
}
.TagClassName
{
border-color: #B53F17;
}
</style>