Shades of Rust #B54009
Tints of Rust #B54009
RGB
CMYK
RGB Variations
Color information
#B54009 (or 0xB54009) is known color: Rust. HEX triplet: B5, 40 and 09. RGB value is (181,64,9). Sum of RGB (Red+Green+Blue) = 181+64+9=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B54009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54009 is #4ABFF6. Grayscale: #5D5D5D. Windows color (decimal): -4898807 or 606389. OLE color: 606389.
HSL color Cylindrical-coordinate representation of color #B54009: hue angle of 19.19º 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 #B54009 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.29 |
| HSL | 19.19º | 0.91% | 0.37% | - |
| HSV(B) | 19.19º | 0.95% | 0.71% | - |
| XYZ | 20.94 | 13.51 | 1.76 | - |
| YUV | 92.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 9 | 0 | 0.65 | 0.95 | 0.29 | 19.19 | 0.91 | 0.37 |
| Hex | B5 | 40 | 9 | 0 | 41 | 5F | 1D | 13 | 5B | 25 |
| Octal | 265 | 100 | 11 | 0 | 101 | 137 | 35 | 23 | 133 | 45 |
| Binary | 10110101 | 1000000 | 1001 | 0 | 1000001 | 1011111 | 11101 | 10011 | 1011011 | 100101 |
Color Harmonies of #B54009
Complementary color
Monochromatic Colors of #B54009
Black with #B54009
Text Example
Text Example
White with #B54009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54009; }
p { color: rgb(181,64,9); }
H1.HeaderClassName
{
color: #B54009;
}
.AnyTagClassName
{
color: #B54009;
}
</style>
background-color css
<style>
a { background-color: #B54009; }
a { background-color: rgb(181,64,9); }
div.DivClassName
{
background-color: #B54009;
}
.BgClassName
{
background-color: #B54009;
}
</style>
border-color css
<style>
span { border-color: #B54009; }
span { border-color: rgb(181,64,9); }
td.TdClassName
{
border-color: #B54009;
}
.TagClassName
{
border-color: #B54009;
}
</style>