Shades of Rust #B53C11
Tints of Rust #B53C11
RGB
CMYK
RGB Variations
Color information
#B53C11 (or 0xB53C11) is known color: Rust. HEX triplet: B5, 3C and 11. RGB value is (181,60,17). Sum of RGB (Red+Green+Blue) = 181+60+17=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53C11 is #4AC3EE. Grayscale: #5B5B5B. Windows color (decimal): -4899823 or 1129653. OLE color: 1129653.
HSL color Cylindrical-coordinate representation of color #B53C11: hue angle of 15.73º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B53C11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.29 |
| HSL | 15.73º | 0.83% | 0.39% | - |
| HSV(B) | 15.73º | 0.91% | 0.71% | - |
| XYZ | 20.77 | 13.1 | 1.96 | - |
| YUV | 91.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 17 | 0 | 0.67 | 0.91 | 0.29 | 15.73 | 0.83 | 0.39 |
| Hex | B5 | 3C | 11 | 0 | 43 | 5B | 1D | 10 | 53 | 27 |
| Octal | 265 | 74 | 21 | 0 | 103 | 133 | 35 | 20 | 123 | 47 |
| Binary | 10110101 | 111100 | 10001 | 0 | 1000011 | 1011011 | 11101 | 10000 | 1010011 | 100111 |
Color Harmonies of #B53C11
Complementary color
Monochromatic Colors of #B53C11
Black with #B53C11
Text Example
Text Example
White with #B53C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C11; }
p { color: rgb(181,60,17); }
H1.HeaderClassName
{
color: #B53C11;
}
.AnyTagClassName
{
color: #B53C11;
}
</style>
background-color css
<style>
a { background-color: #B53C11; }
a { background-color: rgb(181,60,17); }
div.DivClassName
{
background-color: #B53C11;
}
.BgClassName
{
background-color: #B53C11;
}
</style>
border-color css
<style>
span { border-color: #B53C11; }
span { border-color: rgb(181,60,17); }
td.TdClassName
{
border-color: #B53C11;
}
.TagClassName
{
border-color: #B53C11;
}
</style>