Shades of Rust #B53507
Tints of Rust #B53507
RGB
CMYK
RGB Variations
Color information
#B53507 (or 0xB53507) is known color: Rust. HEX triplet: B5, 35 and 07. RGB value is (181,53,7). Sum of RGB (Red+Green+Blue) = 181+53+7=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B53507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53507 is #4ACAF8. Grayscale: #565656. Windows color (decimal): -4901625 or 472501. OLE color: 472501.
HSL color Cylindrical-coordinate representation of color #B53507: hue angle of 15.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B53507 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.29 |
| HSL | 15.86º | 0.93% | 0.37% | - |
| HSV(B) | 15.86º | 0.96% | 0.71% | - |
| XYZ | 20.37 | 12.39 | 1.52 | - |
| YUV | 86.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 7 | 0 | 0.71 | 0.96 | 0.29 | 15.86 | 0.93 | 0.37 |
| Hex | B5 | 35 | 7 | 0 | 47 | 60 | 1D | 10 | 5D | 25 |
| Octal | 265 | 65 | 7 | 0 | 107 | 140 | 35 | 20 | 135 | 45 |
| Binary | 10110101 | 110101 | 111 | 0 | 1000111 | 1100000 | 11101 | 10000 | 1011101 | 100101 |
Color Harmonies of #B53507
Complementary color
Monochromatic Colors of #B53507
Black with #B53507
Text Example
Text Example
White with #B53507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53507; }
p { color: rgb(181,53,7); }
H1.HeaderClassName
{
color: #B53507;
}
.AnyTagClassName
{
color: #B53507;
}
</style>
background-color css
<style>
a { background-color: #B53507; }
a { background-color: rgb(181,53,7); }
div.DivClassName
{
background-color: #B53507;
}
.BgClassName
{
background-color: #B53507;
}
</style>
border-color css
<style>
span { border-color: #B53507; }
span { border-color: rgb(181,53,7); }
td.TdClassName
{
border-color: #B53507;
}
.TagClassName
{
border-color: #B53507;
}
</style>