Shades of Rust #B04914
Tints of Rust #B04914
RGB
CMYK
RGB Variations
Color information
#B04914 (or 0xB04914) is known color: Rust. HEX triplet: B0, 49 and 14. RGB value is (176,73,20). Sum of RGB (Red+Green+Blue) = 176+73+20=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B04914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04914 is #4FB6EB. Grayscale: #626262. Windows color (decimal): -5224172 or 1329584. OLE color: 1329584.
HSL color Cylindrical-coordinate representation of color #B04914: hue angle of 20.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B04914 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 20 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.31 |
| HSL | 20.38º | 0.8% | 0.38% | - |
| HSV(B) | 20.38º | 0.89% | 0.69% | - |
| XYZ | 20.41 | 14.05 | 2.3 | - |
| YUV | 97.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 20 | 0 | 0.59 | 0.89 | 0.31 | 20.38 | 0.8 | 0.38 |
| Hex | B0 | 49 | 14 | 0 | 3B | 59 | 1F | 14 | 50 | 26 |
| Octal | 260 | 111 | 24 | 0 | 73 | 131 | 37 | 24 | 120 | 46 |
| Binary | 10110000 | 1001001 | 10100 | 0 | 111011 | 1011001 | 11111 | 10100 | 1010000 | 100110 |
Color Harmonies of #B04914
Complementary color
Monochromatic Colors of #B04914
Black with #B04914
Text Example
Text Example
White with #B04914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04914; }
p { color: rgb(176,73,20); }
H1.HeaderClassName
{
color: #B04914;
}
.AnyTagClassName
{
color: #B04914;
}
</style>
background-color css
<style>
a { background-color: #B04914; }
a { background-color: rgb(176,73,20); }
div.DivClassName
{
background-color: #B04914;
}
.BgClassName
{
background-color: #B04914;
}
</style>
border-color css
<style>
span { border-color: #B04914; }
span { border-color: rgb(176,73,20); }
td.TdClassName
{
border-color: #B04914;
}
.TagClassName
{
border-color: #B04914;
}
</style>