Shades of Rust #B04207
Tints of Rust #B04207
RGB
CMYK
RGB Variations
Color information
#B04207 (or 0xB04207) is known color: Rust. HEX triplet: B0, 42 and 07. RGB value is (176,66,7). Sum of RGB (Red+Green+Blue) = 176+66+7=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B04207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04207 is #4FBDF8. Grayscale: #5C5C5C. Windows color (decimal): -5225977 or 475824. OLE color: 475824.
HSL color Cylindrical-coordinate representation of color #B04207: hue angle of 20.95º 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 #B04207 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 66 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.31 |
| HSL | 20.95º | 0.92% | 0.36% | - |
| HSV(B) | 20.95º | 0.96% | 0.69% | - |
| XYZ | 19.89 | 13.14 | 1.69 | - |
| YUV | 92.16 | 79.94 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 66 | 7 | 0 | 0.62 | 0.96 | 0.31 | 20.95 | 0.92 | 0.36 |
| Hex | B0 | 42 | 7 | 0 | 3E | 60 | 1F | 15 | 5C | 24 |
| Octal | 260 | 102 | 7 | 0 | 76 | 140 | 37 | 25 | 134 | 44 |
| Binary | 10110000 | 1000010 | 111 | 0 | 111110 | 1100000 | 11111 | 10101 | 1011100 | 100100 |
Color Harmonies of #B04207
Complementary color
Monochromatic Colors of #B04207
Black with #B04207
Text Example
Text Example
White with #B04207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04207; }
p { color: rgb(176,66,7); }
H1.HeaderClassName
{
color: #B04207;
}
.AnyTagClassName
{
color: #B04207;
}
</style>
background-color css
<style>
a { background-color: #B04207; }
a { background-color: rgb(176,66,7); }
div.DivClassName
{
background-color: #B04207;
}
.BgClassName
{
background-color: #B04207;
}
</style>
border-color css
<style>
span { border-color: #B04207; }
span { border-color: rgb(176,66,7); }
td.TdClassName
{
border-color: #B04207;
}
.TagClassName
{
border-color: #B04207;
}
</style>