Shades of Rust #B04407
Tints of Rust #B04407
RGB
CMYK
RGB Variations
Color information
#B04407 (or 0xB04407) is known color: Rust. HEX triplet: B0, 44 and 07. RGB value is (176,68,7). Sum of RGB (Red+Green+Blue) = 176+68+7=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B04407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04407 is #4FBBF8. Grayscale: #5D5D5D. Windows color (decimal): -5225465 or 476336. OLE color: 476336.
HSL color Cylindrical-coordinate representation of color #B04407: hue angle of 21.66º 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 #B04407 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.31 |
| HSL | 21.66º | 0.92% | 0.36% | - |
| HSV(B) | 21.66º | 0.96% | 0.69% | - |
| XYZ | 20.01 | 13.38 | 1.73 | - |
| YUV | 93.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 7 | 0 | 0.61 | 0.96 | 0.31 | 21.66 | 0.92 | 0.36 |
| Hex | B0 | 44 | 7 | 0 | 3D | 60 | 1F | 16 | 5C | 24 |
| Octal | 260 | 104 | 7 | 0 | 75 | 140 | 37 | 26 | 134 | 44 |
| Binary | 10110000 | 1000100 | 111 | 0 | 111101 | 1100000 | 11111 | 10110 | 1011100 | 100100 |
Color Harmonies of #B04407
Complementary color
Monochromatic Colors of #B04407
Black with #B04407
Text Example
Text Example
White with #B04407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04407; }
p { color: rgb(176,68,7); }
H1.HeaderClassName
{
color: #B04407;
}
.AnyTagClassName
{
color: #B04407;
}
</style>
background-color css
<style>
a { background-color: #B04407; }
a { background-color: rgb(176,68,7); }
div.DivClassName
{
background-color: #B04407;
}
.BgClassName
{
background-color: #B04407;
}
</style>
border-color css
<style>
span { border-color: #B04407; }
span { border-color: rgb(176,68,7); }
td.TdClassName
{
border-color: #B04407;
}
.TagClassName
{
border-color: #B04407;
}
</style>