Shades of Rust #B74208
Tints of Rust #B74208
RGB
CMYK
RGB Variations
Color information
#B74208 (or 0xB74208) is known color: Rust. HEX triplet: B7, 42 and 08. RGB value is (183,66,8). Sum of RGB (Red+Green+Blue) = 183+66+8=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B74208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74208 is #48BDF7. Grayscale: #5E5E5E. Windows color (decimal): -4767224 or 541367. OLE color: 541367.
HSL color Cylindrical-coordinate representation of color #B74208: hue angle of 19.89º 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 #B74208 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.28 |
| HSL | 19.89º | 0.92% | 0.37% | - |
| HSV(B) | 19.89º | 0.96% | 0.72% | - |
| XYZ | 21.52 | 13.98 | 1.79 | - |
| YUV | 94.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 8 | 0 | 0.64 | 0.96 | 0.28 | 19.89 | 0.92 | 0.37 |
| Hex | B7 | 42 | 8 | 0 | 40 | 60 | 1C | 14 | 5C | 25 |
| Octal | 267 | 102 | 10 | 0 | 100 | 140 | 34 | 24 | 134 | 45 |
| Binary | 10110111 | 1000010 | 1000 | 0 | 1000000 | 1100000 | 11100 | 10100 | 1011100 | 100101 |
Color Harmonies of #B74208
Complementary color
Monochromatic Colors of #B74208
Black with #B74208
Text Example
Text Example
White with #B74208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74208; }
p { color: rgb(183,66,8); }
H1.HeaderClassName
{
color: #B74208;
}
.AnyTagClassName
{
color: #B74208;
}
</style>
background-color css
<style>
a { background-color: #B74208; }
a { background-color: rgb(183,66,8); }
div.DivClassName
{
background-color: #B74208;
}
.BgClassName
{
background-color: #B74208;
}
</style>
border-color css
<style>
span { border-color: #B74208; }
span { border-color: rgb(183,66,8); }
td.TdClassName
{
border-color: #B74208;
}
.TagClassName
{
border-color: #B74208;
}
</style>