Shades of Rust #B74918
Tints of Rust #B74918
RGB
CMYK
RGB Variations
Color information
#B74918 (or 0xB74918) is known color: Rust. HEX triplet: B7, 49 and 18. RGB value is (183,73,24). Sum of RGB (Red+Green+Blue) = 183+73+24=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B74918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74918 is #48B6E7. Grayscale: #646464. Windows color (decimal): -4765416 or 1591735. OLE color: 1591735.
HSL color Cylindrical-coordinate representation of color #B74918: hue angle of 18.49º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B74918 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 24 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.28 |
| HSL | 18.49º | 0.77% | 0.41% | - |
| HSV(B) | 18.49º | 0.87% | 0.72% | - |
| XYZ | 22.08 | 14.9 | 2.58 | - |
| YUV | 100.3 | 84.94 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 24 | 0 | 0.60 | 0.87 | 0.28 | 18.49 | 0.77 | 0.41 |
| Hex | B7 | 49 | 18 | 0 | 3C | 57 | 1C | 12 | 4D | 29 |
| Octal | 267 | 111 | 30 | 0 | 74 | 127 | 34 | 22 | 115 | 51 |
| Binary | 10110111 | 1001001 | 11000 | 0 | 111100 | 1010111 | 11100 | 10010 | 1001101 | 101001 |
Color Harmonies of #B74918
Complementary color
Monochromatic Colors of #B74918
Black with #B74918
Text Example
Text Example
White with #B74918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74918; }
p { color: rgb(183,73,24); }
H1.HeaderClassName
{
color: #B74918;
}
.AnyTagClassName
{
color: #B74918;
}
</style>
background-color css
<style>
a { background-color: #B74918; }
a { background-color: rgb(183,73,24); }
div.DivClassName
{
background-color: #B74918;
}
.BgClassName
{
background-color: #B74918;
}
</style>
border-color css
<style>
span { border-color: #B74918; }
span { border-color: rgb(183,73,24); }
td.TdClassName
{
border-color: #B74918;
}
.TagClassName
{
border-color: #B74918;
}
</style>