Shades of Rust #B53707
Tints of Rust #B53707
RGB
CMYK
RGB Variations
Color information
#B53707 (or 0xB53707) is known color: Rust. HEX triplet: B5, 37 and 07. RGB value is (181,55,7). Sum of RGB (Red+Green+Blue) = 181+55+7=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B53707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53707 is #4AC8F8. Grayscale: #575757. Windows color (decimal): -4901113 or 473013. OLE color: 473013.
HSL color Cylindrical-coordinate representation of color #B53707: hue angle of 16.55º 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 #B53707 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.29 |
| HSL | 16.55º | 0.93% | 0.37% | - |
| HSV(B) | 16.55º | 0.96% | 0.71% | - |
| XYZ | 20.46 | 12.57 | 1.55 | - |
| YUV | 87.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 7 | 0 | 0.70 | 0.96 | 0.29 | 16.55 | 0.93 | 0.37 |
| Hex | B5 | 37 | 7 | 0 | 46 | 60 | 1D | 11 | 5D | 25 |
| Octal | 265 | 67 | 7 | 0 | 106 | 140 | 35 | 21 | 135 | 45 |
| Binary | 10110101 | 110111 | 111 | 0 | 1000110 | 1100000 | 11101 | 10001 | 1011101 | 100101 |
Color Harmonies of #B53707
Complementary color
Monochromatic Colors of #B53707
Black with #B53707
Text Example
Text Example
White with #B53707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53707; }
p { color: rgb(181,55,7); }
H1.HeaderClassName
{
color: #B53707;
}
.AnyTagClassName
{
color: #B53707;
}
</style>
background-color css
<style>
a { background-color: #B53707; }
a { background-color: rgb(181,55,7); }
div.DivClassName
{
background-color: #B53707;
}
.BgClassName
{
background-color: #B53707;
}
</style>
border-color css
<style>
span { border-color: #B53707; }
span { border-color: rgb(181,55,7); }
td.TdClassName
{
border-color: #B53707;
}
.TagClassName
{
border-color: #B53707;
}
</style>