Shades of Rust #B74608
Tints of Rust #B74608
RGB
CMYK
RGB Variations
Color information
#B74608 (or 0xB74608) is known color: Rust. HEX triplet: B7, 46 and 08. RGB value is (183,70,8). Sum of RGB (Red+Green+Blue) = 183+70+8=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B74608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74608 is #48B9F7. Grayscale: #616161. Windows color (decimal): -4766200 or 542391. OLE color: 542391.
HSL color Cylindrical-coordinate representation of color #B74608: hue angle of 21.26º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B74608 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.28 |
| HSL | 21.26º | 0.92% | 0.37% | - |
| HSV(B) | 21.26º | 0.96% | 0.72% | - |
| XYZ | 21.76 | 14.47 | 1.87 | - |
| YUV | 96.72 | 77.94 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 8 | 0 | 0.62 | 0.96 | 0.28 | 21.26 | 0.92 | 0.37 |
| Hex | B7 | 46 | 8 | 0 | 3E | 60 | 1C | 15 | 5C | 25 |
| Octal | 267 | 106 | 10 | 0 | 76 | 140 | 34 | 25 | 134 | 45 |
| Binary | 10110111 | 1000110 | 1000 | 0 | 111110 | 1100000 | 11100 | 10101 | 1011100 | 100101 |
Color Harmonies of #B74608
Complementary color
Monochromatic Colors of #B74608
Black with #B74608
Text Example
Text Example
White with #B74608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74608; }
p { color: rgb(183,70,8); }
H1.HeaderClassName
{
color: #B74608;
}
.AnyTagClassName
{
color: #B74608;
}
</style>
background-color css
<style>
a { background-color: #B74608; }
a { background-color: rgb(183,70,8); }
div.DivClassName
{
background-color: #B74608;
}
.BgClassName
{
background-color: #B74608;
}
</style>
border-color css
<style>
span { border-color: #B74608; }
span { border-color: rgb(183,70,8); }
td.TdClassName
{
border-color: #B74608;
}
.TagClassName
{
border-color: #B74608;
}
</style>