Shades of Rust #B04314
Tints of Rust #B04314
RGB
CMYK
RGB Variations
Color information
#B04314 (or 0xB04314) is known color: Rust. HEX triplet: B0, 43 and 14. RGB value is (176,67,20). Sum of RGB (Red+Green+Blue) = 176+67+20=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B04314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04314 is #4FBCEB. Grayscale: #5E5E5E. Windows color (decimal): -5225708 or 1328048. OLE color: 1328048.
HSL color Cylindrical-coordinate representation of color #B04314: hue angle of 18.08º 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 #B04314 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 20 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.31 |
| HSL | 18.08º | 0.8% | 0.38% | - |
| HSV(B) | 18.08º | 0.89% | 0.69% | - |
| XYZ | 20.04 | 13.29 | 2.17 | - |
| YUV | 94.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 20 | 0 | 0.62 | 0.89 | 0.31 | 18.08 | 0.8 | 0.38 |
| Hex | B0 | 43 | 14 | 0 | 3E | 59 | 1F | 12 | 50 | 26 |
| Octal | 260 | 103 | 24 | 0 | 76 | 131 | 37 | 22 | 120 | 46 |
| Binary | 10110000 | 1000011 | 10100 | 0 | 111110 | 1011001 | 11111 | 10010 | 1010000 | 100110 |
Color Harmonies of #B04314
Complementary color
Monochromatic Colors of #B04314
Black with #B04314
Text Example
Text Example
White with #B04314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04314; }
p { color: rgb(176,67,20); }
H1.HeaderClassName
{
color: #B04314;
}
.AnyTagClassName
{
color: #B04314;
}
</style>
background-color css
<style>
a { background-color: #B04314; }
a { background-color: rgb(176,67,20); }
div.DivClassName
{
background-color: #B04314;
}
.BgClassName
{
background-color: #B04314;
}
</style>
border-color css
<style>
span { border-color: #B04314; }
span { border-color: rgb(176,67,20); }
td.TdClassName
{
border-color: #B04314;
}
.TagClassName
{
border-color: #B04314;
}
</style>