Shades of Rust #B54409
Tints of Rust #B54409
RGB
CMYK
RGB Variations
Color information
#B54409 (or 0xB54409) is known color: Rust. HEX triplet: B5, 44 and 09. RGB value is (181,68,9). Sum of RGB (Red+Green+Blue) = 181+68+9=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B54409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54409 is #4ABBF6. Grayscale: #5F5F5F. Windows color (decimal): -4897783 or 607413. OLE color: 607413.
HSL color Cylindrical-coordinate representation of color #B54409: hue angle of 20.58º 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 #B54409 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.29 |
| HSL | 20.58º | 0.91% | 0.37% | - |
| HSV(B) | 20.58º | 0.95% | 0.71% | - |
| XYZ | 21.17 | 13.98 | 1.84 | - |
| YUV | 95.06 | 79.44 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 9 | 0 | 0.62 | 0.95 | 0.29 | 20.58 | 0.91 | 0.37 |
| Hex | B5 | 44 | 9 | 0 | 3E | 5F | 1D | 15 | 5B | 25 |
| Octal | 265 | 104 | 11 | 0 | 76 | 137 | 35 | 25 | 133 | 45 |
| Binary | 10110101 | 1000100 | 1001 | 0 | 111110 | 1011111 | 11101 | 10101 | 1011011 | 100101 |
Color Harmonies of #B54409
Complementary color
Monochromatic Colors of #B54409
Black with #B54409
Text Example
Text Example
White with #B54409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54409; }
p { color: rgb(181,68,9); }
H1.HeaderClassName
{
color: #B54409;
}
.AnyTagClassName
{
color: #B54409;
}
</style>
background-color css
<style>
a { background-color: #B54409; }
a { background-color: rgb(181,68,9); }
div.DivClassName
{
background-color: #B54409;
}
.BgClassName
{
background-color: #B54409;
}
</style>
border-color css
<style>
span { border-color: #B54409; }
span { border-color: rgb(181,68,9); }
td.TdClassName
{
border-color: #B54409;
}
.TagClassName
{
border-color: #B54409;
}
</style>