Shades of Rust #B74508
Tints of Rust #B74508
RGB
CMYK
RGB Variations
Color information
#B74508 (or 0xB74508) is known color: Rust. HEX triplet: B7, 45 and 08. RGB value is (183,69,8). Sum of RGB (Red+Green+Blue) = 183+69+8=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B74508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74508 is #48BAF7. Grayscale: #606060. Windows color (decimal): -4766456 or 542135. OLE color: 542135.
HSL color Cylindrical-coordinate representation of color #B74508: hue angle of 20.91º 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 #B74508 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.28 |
| HSL | 20.91º | 0.92% | 0.37% | - |
| HSV(B) | 20.91º | 0.96% | 0.72% | - |
| XYZ | 21.7 | 14.34 | 1.85 | - |
| YUV | 96.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 8 | 0 | 0.62 | 0.96 | 0.28 | 20.91 | 0.92 | 0.37 |
| Hex | B7 | 45 | 8 | 0 | 3E | 60 | 1C | 15 | 5C | 25 |
| Octal | 267 | 105 | 10 | 0 | 76 | 140 | 34 | 25 | 134 | 45 |
| Binary | 10110111 | 1000101 | 1000 | 0 | 111110 | 1100000 | 11100 | 10101 | 1011100 | 100101 |
Color Harmonies of #B74508
Complementary color
Monochromatic Colors of #B74508
Black with #B74508
Text Example
Text Example
White with #B74508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74508; }
p { color: rgb(183,69,8); }
H1.HeaderClassName
{
color: #B74508;
}
.AnyTagClassName
{
color: #B74508;
}
</style>
background-color css
<style>
a { background-color: #B74508; }
a { background-color: rgb(183,69,8); }
div.DivClassName
{
background-color: #B74508;
}
.BgClassName
{
background-color: #B74508;
}
</style>
border-color css
<style>
span { border-color: #B74508; }
span { border-color: rgb(183,69,8); }
td.TdClassName
{
border-color: #B74508;
}
.TagClassName
{
border-color: #B74508;
}
</style>