Shades of Rust #B04D0E
Tints of Rust #B04D0E
RGB
CMYK
RGB Variations
Color information
#B04D0E (or 0xB04D0E) is known color: Rust. HEX triplet: B0, 4D and 0E. RGB value is (176,77,14). Sum of RGB (Red+Green+Blue) = 176+77+14=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04D0E is #4FB2F1. Grayscale: #636363. Windows color (decimal): -5223154 or 937392. OLE color: 937392.
HSL color Cylindrical-coordinate representation of color #B04D0E: hue angle of 23.33º 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 #B04D0E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 14 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.31 |
| HSL | 23.33º | 0.85% | 0.37% | - |
| HSV(B) | 23.33º | 0.92% | 0.69% | - |
| XYZ | 20.64 | 14.57 | 2.14 | - |
| YUV | 99.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 14 | 0 | 0.56 | 0.92 | 0.31 | 23.33 | 0.85 | 0.37 |
| Hex | B0 | 4D | E | 0 | 38 | 5C | 1F | 17 | 55 | 25 |
| Octal | 260 | 115 | 16 | 0 | 70 | 134 | 37 | 27 | 125 | 45 |
| Binary | 10110000 | 1001101 | 1110 | 0 | 111000 | 1011100 | 11111 | 10111 | 1010101 | 100101 |
Color Harmonies of #B04D0E
Complementary color
Monochromatic Colors of #B04D0E
Black with #B04D0E
Text Example
Text Example
White with #B04D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D0E; }
p { color: rgb(176,77,14); }
H1.HeaderClassName
{
color: #B04D0E;
}
.AnyTagClassName
{
color: #B04D0E;
}
</style>
background-color css
<style>
a { background-color: #B04D0E; }
a { background-color: rgb(176,77,14); }
div.DivClassName
{
background-color: #B04D0E;
}
.BgClassName
{
background-color: #B04D0E;
}
</style>
border-color css
<style>
span { border-color: #B04D0E; }
span { border-color: rgb(176,77,14); }
td.TdClassName
{
border-color: #B04D0E;
}
.TagClassName
{
border-color: #B04D0E;
}
</style>