Shades of Rust #B04409
Tints of Rust #B04409
RGB
CMYK
RGB Variations
Color information
#B04409 (or 0xB04409) is known color: Rust. HEX triplet: B0, 44 and 09. RGB value is (176,68,9). Sum of RGB (Red+Green+Blue) = 176+68+9=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B04409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04409 is #4FBBF6. Grayscale: #5D5D5D. Windows color (decimal): -5225463 or 607408. OLE color: 607408.
HSL color Cylindrical-coordinate representation of color #B04409: hue angle of 21.2º 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 #B04409 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.31 |
| HSL | 21.2º | 0.9% | 0.36% | - |
| HSV(B) | 21.2º | 0.95% | 0.69% | - |
| XYZ | 20.02 | 13.38 | 1.79 | - |
| YUV | 93.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 9 | 0 | 0.61 | 0.95 | 0.31 | 21.2 | 0.9 | 0.36 |
| Hex | B0 | 44 | 9 | 0 | 3D | 5F | 1F | 15 | 5A | 24 |
| Octal | 260 | 104 | 11 | 0 | 75 | 137 | 37 | 25 | 132 | 44 |
| Binary | 10110000 | 1000100 | 1001 | 0 | 111101 | 1011111 | 11111 | 10101 | 1011010 | 100100 |
Color Harmonies of #B04409
Complementary color
Monochromatic Colors of #B04409
Black with #B04409
Text Example
Text Example
White with #B04409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04409; }
p { color: rgb(176,68,9); }
H1.HeaderClassName
{
color: #B04409;
}
.AnyTagClassName
{
color: #B04409;
}
</style>
background-color css
<style>
a { background-color: #B04409; }
a { background-color: rgb(176,68,9); }
div.DivClassName
{
background-color: #B04409;
}
.BgClassName
{
background-color: #B04409;
}
</style>
border-color css
<style>
span { border-color: #B04409; }
span { border-color: rgb(176,68,9); }
td.TdClassName
{
border-color: #B04409;
}
.TagClassName
{
border-color: #B04409;
}
</style>