Shades of Rust #B74606
Tints of Rust #B74606
RGB
CMYK
RGB Variations
Color information
#B74606 (or 0xB74606) is known color: Rust. HEX triplet: B7, 46 and 06. RGB value is (183,70,6). Sum of RGB (Red+Green+Blue) = 183+70+6=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B74606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74606 is #48B9F9. Grayscale: #606060. Windows color (decimal): -4766202 or 411319. OLE color: 411319.
HSL color Cylindrical-coordinate representation of color #B74606: hue angle of 21.69º 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 #B74606 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.28 |
| HSL | 21.69º | 0.94% | 0.37% | - |
| HSV(B) | 21.69º | 0.97% | 0.72% | - |
| XYZ | 21.75 | 14.46 | 1.82 | - |
| YUV | 96.49 | 76.94 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 6 | 0 | 0.62 | 0.97 | 0.28 | 21.69 | 0.94 | 0.37 |
| Hex | B7 | 46 | 6 | 0 | 3E | 61 | 1C | 16 | 5E | 25 |
| Octal | 267 | 106 | 6 | 0 | 76 | 141 | 34 | 26 | 136 | 45 |
| Binary | 10110111 | 1000110 | 110 | 0 | 111110 | 1100001 | 11100 | 10110 | 1011110 | 100101 |
Color Harmonies of #B74606
Complementary color
Monochromatic Colors of #B74606
Black with #B74606
Text Example
Text Example
White with #B74606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74606; }
p { color: rgb(183,70,6); }
H1.HeaderClassName
{
color: #B74606;
}
.AnyTagClassName
{
color: #B74606;
}
</style>
background-color css
<style>
a { background-color: #B74606; }
a { background-color: rgb(183,70,6); }
div.DivClassName
{
background-color: #B74606;
}
.BgClassName
{
background-color: #B74606;
}
</style>
border-color css
<style>
span { border-color: #B74606; }
span { border-color: rgb(183,70,6); }
td.TdClassName
{
border-color: #B74606;
}
.TagClassName
{
border-color: #B74606;
}
</style>