Shades of Rust #B04518
Tints of Rust #B04518
RGB
CMYK
RGB Variations
Color information
#B04518 (or 0xB04518) is known color: Rust. HEX triplet: B0, 45 and 18. RGB value is (176,69,24). Sum of RGB (Red+Green+Blue) = 176+69+24=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B04518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04518 is #4FBAE7. Grayscale: #606060. Windows color (decimal): -5225192 or 1590704. OLE color: 1590704.
HSL color Cylindrical-coordinate representation of color #B04518: hue angle of 17.76º 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 #B04518 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 24 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.31 |
| HSL | 17.76º | 0.76% | 0.39% | - |
| HSV(B) | 17.76º | 0.86% | 0.69% | - |
| XYZ | 20.2 | 13.55 | 2.42 | - |
| YUV | 95.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 24 | 0 | 0.61 | 0.86 | 0.31 | 17.76 | 0.76 | 0.39 |
| Hex | B0 | 45 | 18 | 0 | 3D | 56 | 1F | 12 | 4C | 27 |
| Octal | 260 | 105 | 30 | 0 | 75 | 126 | 37 | 22 | 114 | 47 |
| Binary | 10110000 | 1000101 | 11000 | 0 | 111101 | 1010110 | 11111 | 10010 | 1001100 | 100111 |
Color Harmonies of #B04518
Complementary color
Monochromatic Colors of #B04518
Black with #B04518
Text Example
Text Example
White with #B04518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04518; }
p { color: rgb(176,69,24); }
H1.HeaderClassName
{
color: #B04518;
}
.AnyTagClassName
{
color: #B04518;
}
</style>
background-color css
<style>
a { background-color: #B04518; }
a { background-color: rgb(176,69,24); }
div.DivClassName
{
background-color: #B04518;
}
.BgClassName
{
background-color: #B04518;
}
</style>
border-color css
<style>
span { border-color: #B04518; }
span { border-color: rgb(176,69,24); }
td.TdClassName
{
border-color: #B04518;
}
.TagClassName
{
border-color: #B04518;
}
</style>