Shades of Rust #B04113
Tints of Rust #B04113
RGB
CMYK
RGB Variations
Color information
#B04113 (or 0xB04113) is known color: Rust. HEX triplet: B0, 41 and 13. RGB value is (176,65,19). Sum of RGB (Red+Green+Blue) = 176+65+19=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B04113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04113 is #4FBEEC. Grayscale: #5D5D5D. Windows color (decimal): -5226221 or 1262000. OLE color: 1262000.
HSL color Cylindrical-coordinate representation of color #B04113: hue angle of 17.58º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B04113 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 19 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.31 |
| HSL | 17.58º | 0.81% | 0.38% | - |
| HSV(B) | 17.58º | 0.89% | 0.69% | - |
| XYZ | 19.91 | 13.06 | 2.09 | - |
| YUV | 92.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 19 | 0 | 0.63 | 0.89 | 0.31 | 17.58 | 0.81 | 0.38 |
| Hex | B0 | 41 | 13 | 0 | 3F | 59 | 1F | 12 | 51 | 26 |
| Octal | 260 | 101 | 23 | 0 | 77 | 131 | 37 | 22 | 121 | 46 |
| Binary | 10110000 | 1000001 | 10011 | 0 | 111111 | 1011001 | 11111 | 10010 | 1010001 | 100110 |
Color Harmonies of #B04113
Complementary color
Monochromatic Colors of #B04113
Black with #B04113
Text Example
Text Example
White with #B04113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04113; }
p { color: rgb(176,65,19); }
H1.HeaderClassName
{
color: #B04113;
}
.AnyTagClassName
{
color: #B04113;
}
</style>
background-color css
<style>
a { background-color: #B04113; }
a { background-color: rgb(176,65,19); }
div.DivClassName
{
background-color: #B04113;
}
.BgClassName
{
background-color: #B04113;
}
</style>
border-color css
<style>
span { border-color: #B04113; }
span { border-color: rgb(176,65,19); }
td.TdClassName
{
border-color: #B04113;
}
.TagClassName
{
border-color: #B04113;
}
</style>