Shades of Rust #B04714
Tints of Rust #B04714
RGB
CMYK
RGB Variations
Color information
#B04714 (or 0xB04714) is known color: Rust. HEX triplet: B0, 47 and 14. RGB value is (176,71,20). Sum of RGB (Red+Green+Blue) = 176+71+20=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B04714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04714 is #4FB8EB. Grayscale: #606060. Windows color (decimal): -5224684 or 1329072. OLE color: 1329072.
HSL color Cylindrical-coordinate representation of color #B04714: hue angle of 19.62º 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 #B04714 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 20 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.31 |
| HSL | 19.62º | 0.8% | 0.38% | - |
| HSV(B) | 19.62º | 0.89% | 0.69% | - |
| XYZ | 20.28 | 13.79 | 2.25 | - |
| YUV | 96.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 20 | 0 | 0.60 | 0.89 | 0.31 | 19.62 | 0.8 | 0.38 |
| Hex | B0 | 47 | 14 | 0 | 3C | 59 | 1F | 14 | 50 | 26 |
| Octal | 260 | 107 | 24 | 0 | 74 | 131 | 37 | 24 | 120 | 46 |
| Binary | 10110000 | 1000111 | 10100 | 0 | 111100 | 1011001 | 11111 | 10100 | 1010000 | 100110 |
Color Harmonies of #B04714
Complementary color
Monochromatic Colors of #B04714
Black with #B04714
Text Example
Text Example
White with #B04714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04714; }
p { color: rgb(176,71,20); }
H1.HeaderClassName
{
color: #B04714;
}
.AnyTagClassName
{
color: #B04714;
}
</style>
background-color css
<style>
a { background-color: #B04714; }
a { background-color: rgb(176,71,20); }
div.DivClassName
{
background-color: #B04714;
}
.BgClassName
{
background-color: #B04714;
}
</style>
border-color css
<style>
span { border-color: #B04714; }
span { border-color: rgb(176,71,20); }
td.TdClassName
{
border-color: #B04714;
}
.TagClassName
{
border-color: #B04714;
}
</style>