Shades of Rust #B04718
Tints of Rust #B04718
RGB
CMYK
RGB Variations
Color information
#B04718 (or 0xB04718) is known color: Rust. HEX triplet: B0, 47 and 18. RGB value is (176,71,24). Sum of RGB (Red+Green+Blue) = 176+71+24=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B04718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04718 is #4FB8E7. Grayscale: #616161. Windows color (decimal): -5224680 or 1591216. OLE color: 1591216.
HSL color Cylindrical-coordinate representation of color #B04718: hue angle of 18.55º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B04718 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 24 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.31 |
| HSL | 18.55º | 0.76% | 0.39% | - |
| HSV(B) | 18.55º | 0.86% | 0.69% | - |
| XYZ | 20.32 | 13.8 | 2.46 | - |
| YUV | 97.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 24 | 0 | 0.60 | 0.86 | 0.31 | 18.55 | 0.76 | 0.39 |
| Hex | B0 | 47 | 18 | 0 | 3C | 56 | 1F | 13 | 4C | 27 |
| Octal | 260 | 107 | 30 | 0 | 74 | 126 | 37 | 23 | 114 | 47 |
| Binary | 10110000 | 1000111 | 11000 | 0 | 111100 | 1010110 | 11111 | 10011 | 1001100 | 100111 |
Color Harmonies of #B04718
Complementary color
Monochromatic Colors of #B04718
Black with #B04718
Text Example
Text Example
White with #B04718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04718; }
p { color: rgb(176,71,24); }
H1.HeaderClassName
{
color: #B04718;
}
.AnyTagClassName
{
color: #B04718;
}
</style>
background-color css
<style>
a { background-color: #B04718; }
a { background-color: rgb(176,71,24); }
div.DivClassName
{
background-color: #B04718;
}
.BgClassName
{
background-color: #B04718;
}
</style>
border-color css
<style>
span { border-color: #B04718; }
span { border-color: rgb(176,71,24); }
td.TdClassName
{
border-color: #B04718;
}
.TagClassName
{
border-color: #B04718;
}
</style>