Shades of Rust #B04909
Tints of Rust #B04909
RGB
CMYK
RGB Variations
Color information
#B04909 (or 0xB04909) is known color: Rust. HEX triplet: B0, 49 and 09. RGB value is (176,73,9). Sum of RGB (Red+Green+Blue) = 176+73+9=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B04909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04909 is #4FB6F6. Grayscale: #606060. Windows color (decimal): -5224183 or 608688. OLE color: 608688.
HSL color Cylindrical-coordinate representation of color #B04909: hue angle of 22.99º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B04909 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 9 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.31 |
| HSL | 22.99º | 0.9% | 0.36% | - |
| HSV(B) | 22.99º | 0.95% | 0.69% | - |
| XYZ | 20.34 | 14.01 | 1.89 | - |
| YUV | 96.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 9 | 0 | 0.59 | 0.95 | 0.31 | 22.99 | 0.9 | 0.36 |
| Hex | B0 | 49 | 9 | 0 | 3B | 5F | 1F | 17 | 5A | 24 |
| Octal | 260 | 111 | 11 | 0 | 73 | 137 | 37 | 27 | 132 | 44 |
| Binary | 10110000 | 1001001 | 1001 | 0 | 111011 | 1011111 | 11111 | 10111 | 1011010 | 100100 |
Color Harmonies of #B04909
Complementary color
Monochromatic Colors of #B04909
Black with #B04909
Text Example
Text Example
White with #B04909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04909; }
p { color: rgb(176,73,9); }
H1.HeaderClassName
{
color: #B04909;
}
.AnyTagClassName
{
color: #B04909;
}
</style>
background-color css
<style>
a { background-color: #B04909; }
a { background-color: rgb(176,73,9); }
div.DivClassName
{
background-color: #B04909;
}
.BgClassName
{
background-color: #B04909;
}
</style>
border-color css
<style>
span { border-color: #B04909; }
span { border-color: rgb(176,73,9); }
td.TdClassName
{
border-color: #B04909;
}
.TagClassName
{
border-color: #B04909;
}
</style>