Shades of Rust #B04707
Tints of Rust #B04707
RGB
CMYK
RGB Variations
Color information
#B04707 (or 0xB04707) is known color: Rust. HEX triplet: B0, 47 and 07. RGB value is (176,71,7). Sum of RGB (Red+Green+Blue) = 176+71+7=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B04707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04707 is #4FB8F8. Grayscale: #5F5F5F. Windows color (decimal): -5224697 or 477104. OLE color: 477104.
HSL color Cylindrical-coordinate representation of color #B04707: hue angle of 22.72º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B04707 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.31 |
| HSL | 22.72º | 0.92% | 0.36% | - |
| HSV(B) | 22.72º | 0.96% | 0.69% | - |
| XYZ | 20.2 | 13.75 | 1.79 | - |
| YUV | 95.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 7 | 0 | 0.60 | 0.96 | 0.31 | 22.72 | 0.92 | 0.36 |
| Hex | B0 | 47 | 7 | 0 | 3C | 60 | 1F | 17 | 5C | 24 |
| Octal | 260 | 107 | 7 | 0 | 74 | 140 | 37 | 27 | 134 | 44 |
| Binary | 10110000 | 1000111 | 111 | 0 | 111100 | 1100000 | 11111 | 10111 | 1011100 | 100100 |
Color Harmonies of #B04707
Complementary color
Monochromatic Colors of #B04707
Black with #B04707
Text Example
Text Example
White with #B04707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04707; }
p { color: rgb(176,71,7); }
H1.HeaderClassName
{
color: #B04707;
}
.AnyTagClassName
{
color: #B04707;
}
</style>
background-color css
<style>
a { background-color: #B04707; }
a { background-color: rgb(176,71,7); }
div.DivClassName
{
background-color: #B04707;
}
.BgClassName
{
background-color: #B04707;
}
</style>
border-color css
<style>
span { border-color: #B04707; }
span { border-color: rgb(176,71,7); }
td.TdClassName
{
border-color: #B04707;
}
.TagClassName
{
border-color: #B04707;
}
</style>