Shades of Rust #B04007
Tints of Rust #B04007
RGB
CMYK
RGB Variations
Color information
#B04007 (or 0xB04007) is known color: Rust. HEX triplet: B0, 40 and 07. RGB value is (176,64,7). Sum of RGB (Red+Green+Blue) = 176+64+7=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B04007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04007 is #4FBFF8. Grayscale: #5B5B5B. Windows color (decimal): -5226489 or 475312. OLE color: 475312.
HSL color Cylindrical-coordinate representation of color #B04007: hue angle of 20.24º 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 #B04007 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.31 |
| HSL | 20.24º | 0.92% | 0.36% | - |
| HSV(B) | 20.24º | 0.96% | 0.69% | - |
| XYZ | 19.78 | 12.91 | 1.65 | - |
| YUV | 90.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 7 | 0 | 0.64 | 0.96 | 0.31 | 20.24 | 0.92 | 0.36 |
| Hex | B0 | 40 | 7 | 0 | 40 | 60 | 1F | 14 | 5C | 24 |
| Octal | 260 | 100 | 7 | 0 | 100 | 140 | 37 | 24 | 134 | 44 |
| Binary | 10110000 | 1000000 | 111 | 0 | 1000000 | 1100000 | 11111 | 10100 | 1011100 | 100100 |
Color Harmonies of #B04007
Complementary color
Monochromatic Colors of #B04007
Black with #B04007
Text Example
Text Example
White with #B04007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04007; }
p { color: rgb(176,64,7); }
H1.HeaderClassName
{
color: #B04007;
}
.AnyTagClassName
{
color: #B04007;
}
</style>
background-color css
<style>
a { background-color: #B04007; }
a { background-color: rgb(176,64,7); }
div.DivClassName
{
background-color: #B04007;
}
.BgClassName
{
background-color: #B04007;
}
</style>
border-color css
<style>
span { border-color: #B04007; }
span { border-color: rgb(176,64,7); }
td.TdClassName
{
border-color: #B04007;
}
.TagClassName
{
border-color: #B04007;
}
</style>