Shades of Rust #B04013
Tints of Rust #B04013
RGB
CMYK
RGB Variations
Color information
#B04013 (or 0xB04013) is known color: Rust. HEX triplet: B0, 40 and 13. RGB value is (176,64,19). Sum of RGB (Red+Green+Blue) = 176+64+19=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B04013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04013 is #4FBFEC. Grayscale: #5C5C5C. Windows color (decimal): -5226477 or 1261744. OLE color: 1261744.
HSL color Cylindrical-coordinate representation of color #B04013: hue angle of 17.2º 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 #B04013 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 19 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.31 |
| HSL | 17.2º | 0.81% | 0.38% | - |
| HSV(B) | 17.2º | 0.89% | 0.69% | - |
| XYZ | 19.86 | 12.94 | 2.07 | - |
| YUV | 92.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 19 | 0 | 0.64 | 0.89 | 0.31 | 17.2 | 0.81 | 0.38 |
| Hex | B0 | 40 | 13 | 0 | 40 | 59 | 1F | 11 | 51 | 26 |
| Octal | 260 | 100 | 23 | 0 | 100 | 131 | 37 | 21 | 121 | 46 |
| Binary | 10110000 | 1000000 | 10011 | 0 | 1000000 | 1011001 | 11111 | 10001 | 1010001 | 100110 |
Color Harmonies of #B04013
Complementary color
Monochromatic Colors of #B04013
Black with #B04013
Text Example
Text Example
White with #B04013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04013; }
p { color: rgb(176,64,19); }
H1.HeaderClassName
{
color: #B04013;
}
.AnyTagClassName
{
color: #B04013;
}
</style>
background-color css
<style>
a { background-color: #B04013; }
a { background-color: rgb(176,64,19); }
div.DivClassName
{
background-color: #B04013;
}
.BgClassName
{
background-color: #B04013;
}
</style>
border-color css
<style>
span { border-color: #B04013; }
span { border-color: rgb(176,64,19); }
td.TdClassName
{
border-color: #B04013;
}
.TagClassName
{
border-color: #B04013;
}
</style>