Shades of Rust #B04A0E
Tints of Rust #B04A0E
RGB
CMYK
RGB Variations
Color information
#B04A0E (or 0xB04A0E) is known color: Rust. HEX triplet: B0, 4A and 0E. RGB value is (176,74,14). Sum of RGB (Red+Green+Blue) = 176+74+14=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04A0E is #4FB5F1. Grayscale: #626262. Windows color (decimal): -5223922 or 936624. OLE color: 936624.
HSL color Cylindrical-coordinate representation of color #B04A0E: hue angle of 22.22º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B04A0E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 14 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.31 |
| HSL | 22.22º | 0.85% | 0.37% | - |
| HSV(B) | 22.22º | 0.92% | 0.69% | - |
| XYZ | 20.43 | 14.16 | 2.07 | - |
| YUV | 97.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 14 | 0 | 0.58 | 0.92 | 0.31 | 22.22 | 0.85 | 0.37 |
| Hex | B0 | 4A | E | 0 | 3A | 5C | 1F | 16 | 55 | 25 |
| Octal | 260 | 112 | 16 | 0 | 72 | 134 | 37 | 26 | 125 | 45 |
| Binary | 10110000 | 1001010 | 1110 | 0 | 111010 | 1011100 | 11111 | 10110 | 1010101 | 100101 |
Color Harmonies of #B04A0E
Complementary color
Monochromatic Colors of #B04A0E
Black with #B04A0E
Text Example
Text Example
White with #B04A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A0E; }
p { color: rgb(176,74,14); }
H1.HeaderClassName
{
color: #B04A0E;
}
.AnyTagClassName
{
color: #B04A0E;
}
</style>
background-color css
<style>
a { background-color: #B04A0E; }
a { background-color: rgb(176,74,14); }
div.DivClassName
{
background-color: #B04A0E;
}
.BgClassName
{
background-color: #B04A0E;
}
</style>
border-color css
<style>
span { border-color: #B04A0E; }
span { border-color: rgb(176,74,14); }
td.TdClassName
{
border-color: #B04A0E;
}
.TagClassName
{
border-color: #B04A0E;
}
</style>