Shades of Rust #B74406
Tints of Rust #B74406
RGB
CMYK
RGB Variations
Color information
#B74406 (or 0xB74406) is known color: Rust. HEX triplet: B7, 44 and 06. RGB value is (183,68,6). Sum of RGB (Red+Green+Blue) = 183+68+6=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B74406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74406 is #48BBF9. Grayscale: #5F5F5F. Windows color (decimal): -4766714 or 410807. OLE color: 410807.
HSL color Cylindrical-coordinate representation of color #B74406: hue angle of 21.02º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B74406 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.28 |
| HSL | 21.02º | 0.94% | 0.37% | - |
| HSV(B) | 21.02º | 0.97% | 0.72% | - |
| XYZ | 21.63 | 14.21 | 1.78 | - |
| YUV | 95.32 | 77.6 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 6 | 0 | 0.63 | 0.97 | 0.28 | 21.02 | 0.94 | 0.37 |
| Hex | B7 | 44 | 6 | 0 | 3F | 61 | 1C | 15 | 5E | 25 |
| Octal | 267 | 104 | 6 | 0 | 77 | 141 | 34 | 25 | 136 | 45 |
| Binary | 10110111 | 1000100 | 110 | 0 | 111111 | 1100001 | 11100 | 10101 | 1011110 | 100101 |
Color Harmonies of #B74406
Complementary color
Monochromatic Colors of #B74406
Black with #B74406
Text Example
Text Example
White with #B74406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74406; }
p { color: rgb(183,68,6); }
H1.HeaderClassName
{
color: #B74406;
}
.AnyTagClassName
{
color: #B74406;
}
</style>
background-color css
<style>
a { background-color: #B74406; }
a { background-color: rgb(183,68,6); }
div.DivClassName
{
background-color: #B74406;
}
.BgClassName
{
background-color: #B74406;
}
</style>
border-color css
<style>
span { border-color: #B74406; }
span { border-color: rgb(183,68,6); }
td.TdClassName
{
border-color: #B74406;
}
.TagClassName
{
border-color: #B74406;
}
</style>