Shades of Rust #B53907
Tints of Rust #B53907
RGB
CMYK
RGB Variations
Color information
#B53907 (or 0xB53907) is known color: Rust. HEX triplet: B5, 39 and 07. RGB value is (181,57,7). Sum of RGB (Red+Green+Blue) = 181+57+7=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B53907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53907 is #4AC6F8. Grayscale: #585858. Windows color (decimal): -4900601 or 473525. OLE color: 473525.
HSL color Cylindrical-coordinate representation of color #B53907: hue angle of 17.24º 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 #B53907 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.29 |
| HSL | 17.24º | 0.93% | 0.37% | - |
| HSV(B) | 17.24º | 0.96% | 0.71% | - |
| XYZ | 20.56 | 12.77 | 1.58 | - |
| YUV | 88.38 | 82.08 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 7 | 0 | 0.69 | 0.96 | 0.29 | 17.24 | 0.93 | 0.37 |
| Hex | B5 | 39 | 7 | 0 | 45 | 60 | 1D | 11 | 5D | 25 |
| Octal | 265 | 71 | 7 | 0 | 105 | 140 | 35 | 21 | 135 | 45 |
| Binary | 10110101 | 111001 | 111 | 0 | 1000101 | 1100000 | 11101 | 10001 | 1011101 | 100101 |
Color Harmonies of #B53907
Complementary color
Monochromatic Colors of #B53907
Black with #B53907
Text Example
Text Example
White with #B53907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53907; }
p { color: rgb(181,57,7); }
H1.HeaderClassName
{
color: #B53907;
}
.AnyTagClassName
{
color: #B53907;
}
</style>
background-color css
<style>
a { background-color: #B53907; }
a { background-color: rgb(181,57,7); }
div.DivClassName
{
background-color: #B53907;
}
.BgClassName
{
background-color: #B53907;
}
</style>
border-color css
<style>
span { border-color: #B53907; }
span { border-color: rgb(181,57,7); }
td.TdClassName
{
border-color: #B53907;
}
.TagClassName
{
border-color: #B53907;
}
</style>