Shades of Rust #B04818
Tints of Rust #B04818
RGB
CMYK
RGB Variations
Color information
#B04818 (or 0xB04818) is known color: Rust. HEX triplet: B0, 48 and 18. RGB value is (176,72,24). Sum of RGB (Red+Green+Blue) = 176+72+24=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B04818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04818 is #4FB7E7. Grayscale: #616161. Windows color (decimal): -5224424 or 1591472. OLE color: 1591472.
HSL color Cylindrical-coordinate representation of color #B04818: hue angle of 18.95º 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 #B04818 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 24 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.31 |
| HSL | 18.95º | 0.76% | 0.39% | - |
| HSV(B) | 18.95º | 0.86% | 0.69% | - |
| XYZ | 20.39 | 13.93 | 2.48 | - |
| YUV | 97.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 24 | 0 | 0.59 | 0.86 | 0.31 | 18.95 | 0.76 | 0.39 |
| Hex | B0 | 48 | 18 | 0 | 3B | 56 | 1F | 13 | 4C | 27 |
| Octal | 260 | 110 | 30 | 0 | 73 | 126 | 37 | 23 | 114 | 47 |
| Binary | 10110000 | 1001000 | 11000 | 0 | 111011 | 1010110 | 11111 | 10011 | 1001100 | 100111 |
Color Harmonies of #B04818
Complementary color
Monochromatic Colors of #B04818
Black with #B04818
Text Example
Text Example
White with #B04818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04818; }
p { color: rgb(176,72,24); }
H1.HeaderClassName
{
color: #B04818;
}
.AnyTagClassName
{
color: #B04818;
}
</style>
background-color css
<style>
a { background-color: #B04818; }
a { background-color: rgb(176,72,24); }
div.DivClassName
{
background-color: #B04818;
}
.BgClassName
{
background-color: #B04818;
}
</style>
border-color css
<style>
span { border-color: #B04818; }
span { border-color: rgb(176,72,24); }
td.TdClassName
{
border-color: #B04818;
}
.TagClassName
{
border-color: #B04818;
}
</style>