Shades of Rust #B04018
Tints of Rust #B04018
RGB
CMYK
RGB Variations
Color information
#B04018 (or 0xB04018) is known color: Rust. HEX triplet: B0, 40 and 18. RGB value is (176,64,24). Sum of RGB (Red+Green+Blue) = 176+64+24=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B04018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04018 is #4FBFE7. Grayscale: #5D5D5D. Windows color (decimal): -5226472 or 1589424. OLE color: 1589424.
HSL color Cylindrical-coordinate representation of color #B04018: hue angle of 15.79º 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 #B04018 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 24 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.31 |
| HSL | 15.79º | 0.76% | 0.39% | - |
| HSV(B) | 15.79º | 0.86% | 0.69% | - |
| XYZ | 19.9 | 12.96 | 2.32 | - |
| YUV | 92.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 24 | 0 | 0.64 | 0.86 | 0.31 | 15.79 | 0.76 | 0.39 |
| Hex | B0 | 40 | 18 | 0 | 40 | 56 | 1F | 10 | 4C | 27 |
| Octal | 260 | 100 | 30 | 0 | 100 | 126 | 37 | 20 | 114 | 47 |
| Binary | 10110000 | 1000000 | 11000 | 0 | 1000000 | 1010110 | 11111 | 10000 | 1001100 | 100111 |
Color Harmonies of #B04018
Complementary color
Monochromatic Colors of #B04018
Black with #B04018
Text Example
Text Example
White with #B04018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04018; }
p { color: rgb(176,64,24); }
H1.HeaderClassName
{
color: #B04018;
}
.AnyTagClassName
{
color: #B04018;
}
</style>
background-color css
<style>
a { background-color: #B04018; }
a { background-color: rgb(176,64,24); }
div.DivClassName
{
background-color: #B04018;
}
.BgClassName
{
background-color: #B04018;
}
</style>
border-color css
<style>
span { border-color: #B04018; }
span { border-color: rgb(176,64,24); }
td.TdClassName
{
border-color: #B04018;
}
.TagClassName
{
border-color: #B04018;
}
</style>