Shades of Rust #B04414
Tints of Rust #B04414
RGB
CMYK
RGB Variations
Color information
#B04414 (or 0xB04414) is known color: Rust. HEX triplet: B0, 44 and 14. RGB value is (176,68,20). Sum of RGB (Red+Green+Blue) = 176+68+20=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B04414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04414 is #4FBBEB. Grayscale: #5F5F5F. Windows color (decimal): -5225452 or 1328304. OLE color: 1328304.
HSL color Cylindrical-coordinate representation of color #B04414: hue angle of 18.46º degrees, saturation: 0.8, 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 #B04414 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.31 |
| HSL | 18.46º | 0.8% | 0.38% | - |
| HSV(B) | 18.46º | 0.89% | 0.69% | - |
| XYZ | 20.1 | 13.41 | 2.19 | - |
| YUV | 94.82 | 85.78 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 20 | 0 | 0.61 | 0.89 | 0.31 | 18.46 | 0.8 | 0.38 |
| Hex | B0 | 44 | 14 | 0 | 3D | 59 | 1F | 12 | 50 | 26 |
| Octal | 260 | 104 | 24 | 0 | 75 | 131 | 37 | 22 | 120 | 46 |
| Binary | 10110000 | 1000100 | 10100 | 0 | 111101 | 1011001 | 11111 | 10010 | 1010000 | 100110 |
Color Harmonies of #B04414
Complementary color
Monochromatic Colors of #B04414
Black with #B04414
Text Example
Text Example
White with #B04414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04414; }
p { color: rgb(176,68,20); }
H1.HeaderClassName
{
color: #B04414;
}
.AnyTagClassName
{
color: #B04414;
}
</style>
background-color css
<style>
a { background-color: #B04414; }
a { background-color: rgb(176,68,20); }
div.DivClassName
{
background-color: #B04414;
}
.BgClassName
{
background-color: #B04414;
}
</style>
border-color css
<style>
span { border-color: #B04414; }
span { border-color: rgb(176,68,20); }
td.TdClassName
{
border-color: #B04414;
}
.TagClassName
{
border-color: #B04414;
}
</style>