Shades of Rust #B53909
Tints of Rust #B53909
RGB
CMYK
RGB Variations
Color information
#B53909 (or 0xB53909) is known color: Rust. HEX triplet: B5, 39 and 09. RGB value is (181,57,9). Sum of RGB (Red+Green+Blue) = 181+57+9=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B53909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53909 is #4AC6F6. Grayscale: #585858. Windows color (decimal): -4900599 or 604597. OLE color: 604597.
HSL color Cylindrical-coordinate representation of color #B53909: hue angle of 16.74º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B53909 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.29 |
| HSL | 16.74º | 0.91% | 0.37% | - |
| HSV(B) | 16.74º | 0.95% | 0.71% | - |
| XYZ | 20.57 | 12.77 | 1.64 | - |
| YUV | 88.6 | 83.08 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 9 | 0 | 0.69 | 0.95 | 0.29 | 16.74 | 0.91 | 0.37 |
| Hex | B5 | 39 | 9 | 0 | 45 | 5F | 1D | 11 | 5B | 25 |
| Octal | 265 | 71 | 11 | 0 | 105 | 137 | 35 | 21 | 133 | 45 |
| Binary | 10110101 | 111001 | 1001 | 0 | 1000101 | 1011111 | 11101 | 10001 | 1011011 | 100101 |
Color Harmonies of #B53909
Complementary color
Monochromatic Colors of #B53909
Black with #B53909
Text Example
Text Example
White with #B53909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53909; }
p { color: rgb(181,57,9); }
H1.HeaderClassName
{
color: #B53909;
}
.AnyTagClassName
{
color: #B53909;
}
</style>
background-color css
<style>
a { background-color: #B53909; }
a { background-color: rgb(181,57,9); }
div.DivClassName
{
background-color: #B53909;
}
.BgClassName
{
background-color: #B53909;
}
</style>
border-color css
<style>
span { border-color: #B53909; }
span { border-color: rgb(181,57,9); }
td.TdClassName
{
border-color: #B53909;
}
.TagClassName
{
border-color: #B53909;
}
</style>