Shades of Rust #B04E06
Tints of Rust #B04E06
RGB
CMYK
RGB Variations
Color information
#B04E06 (or 0xB04E06) is known color: Rust. HEX triplet: B0, 4E and 06. RGB value is (176,78,6). Sum of RGB (Red+Green+Blue) = 176+78+6=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04E06 is #4FB1F9. Grayscale: #636363. Windows color (decimal): -5222906 or 413360. OLE color: 413360.
HSL color Cylindrical-coordinate representation of color #B04E06: hue angle of 25.41º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04E06 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.31 |
| HSL | 25.41º | 0.93% | 0.36% | - |
| HSV(B) | 25.41º | 0.97% | 0.69% | - |
| XYZ | 20.66 | 14.69 | 1.92 | - |
| YUV | 99.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 6 | 0 | 0.56 | 0.97 | 0.31 | 25.41 | 0.93 | 0.36 |
| Hex | B0 | 4E | 6 | 0 | 38 | 61 | 1F | 19 | 5D | 24 |
| Octal | 260 | 116 | 6 | 0 | 70 | 141 | 37 | 31 | 135 | 44 |
| Binary | 10110000 | 1001110 | 110 | 0 | 111000 | 1100001 | 11111 | 11001 | 1011101 | 100100 |
Color Harmonies of #B04E06
Complementary color
Monochromatic Colors of #B04E06
Black with #B04E06
Text Example
Text Example
White with #B04E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E06; }
p { color: rgb(176,78,6); }
H1.HeaderClassName
{
color: #B04E06;
}
.AnyTagClassName
{
color: #B04E06;
}
</style>
background-color css
<style>
a { background-color: #B04E06; }
a { background-color: rgb(176,78,6); }
div.DivClassName
{
background-color: #B04E06;
}
.BgClassName
{
background-color: #B04E06;
}
</style>
border-color css
<style>
span { border-color: #B04E06; }
span { border-color: rgb(176,78,6); }
td.TdClassName
{
border-color: #B04E06;
}
.TagClassName
{
border-color: #B04E06;
}
</style>