Shades of Rust #B04614
Tints of Rust #B04614
RGB
CMYK
RGB Variations
Color information
#B04614 (or 0xB04614) is known color: Rust. HEX triplet: B0, 46 and 14. RGB value is (176,70,20). Sum of RGB (Red+Green+Blue) = 176+70+20=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B04614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04614 is #4FB9EB. Grayscale: #606060. Windows color (decimal): -5224940 or 1328816. OLE color: 1328816.
HSL color Cylindrical-coordinate representation of color #B04614: hue angle of 19.23º 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 #B04614 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 20 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.31 |
| HSL | 19.23º | 0.8% | 0.38% | - |
| HSV(B) | 19.23º | 0.89% | 0.69% | - |
| XYZ | 20.22 | 13.66 | 2.23 | - |
| YUV | 95.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 20 | 0 | 0.60 | 0.89 | 0.31 | 19.23 | 0.8 | 0.38 |
| Hex | B0 | 46 | 14 | 0 | 3C | 59 | 1F | 13 | 50 | 26 |
| Octal | 260 | 106 | 24 | 0 | 74 | 131 | 37 | 23 | 120 | 46 |
| Binary | 10110000 | 1000110 | 10100 | 0 | 111100 | 1011001 | 11111 | 10011 | 1010000 | 100110 |
Color Harmonies of #B04614
Complementary color
Monochromatic Colors of #B04614
Black with #B04614
Text Example
Text Example
White with #B04614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04614; }
p { color: rgb(176,70,20); }
H1.HeaderClassName
{
color: #B04614;
}
.AnyTagClassName
{
color: #B04614;
}
</style>
background-color css
<style>
a { background-color: #B04614; }
a { background-color: rgb(176,70,20); }
div.DivClassName
{
background-color: #B04614;
}
.BgClassName
{
background-color: #B04614;
}
</style>
border-color css
<style>
span { border-color: #B04614; }
span { border-color: rgb(176,70,20); }
td.TdClassName
{
border-color: #B04614;
}
.TagClassName
{
border-color: #B04614;
}
</style>