Shades of Rust #B34114
Tints of Rust #B34114
RGB
CMYK
RGB Variations
Color information
#B34114 (or 0xB34114) is known color: Rust. HEX triplet: B3, 41 and 14. RGB value is (179,65,20). Sum of RGB (Red+Green+Blue) = 179+65+20=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B34114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34114 is #4CBEEB. Grayscale: #5E5E5E. Windows color (decimal): -5029612 or 1327539. OLE color: 1327539.
HSL color Cylindrical-coordinate representation of color #B34114: hue angle of 16.98º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B34114 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 20 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.30 |
| HSL | 16.98º | 0.8% | 0.39% | - |
| HSV(B) | 16.98º | 0.89% | 0.7% | - |
| XYZ | 20.61 | 13.41 | 2.17 | - |
| YUV | 93.96 | 86.27 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 20 | 0 | 0.64 | 0.89 | 0.30 | 16.98 | 0.8 | 0.39 |
| Hex | B3 | 41 | 14 | 0 | 40 | 59 | 1E | 11 | 50 | 27 |
| Octal | 263 | 101 | 24 | 0 | 100 | 131 | 36 | 21 | 120 | 47 |
| Binary | 10110011 | 1000001 | 10100 | 0 | 1000000 | 1011001 | 11110 | 10001 | 1010000 | 100111 |
Color Harmonies of #B34114
Complementary color
Monochromatic Colors of #B34114
Black with #B34114
Text Example
Text Example
White with #B34114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34114; }
p { color: rgb(179,65,20); }
H1.HeaderClassName
{
color: #B34114;
}
.AnyTagClassName
{
color: #B34114;
}
</style>
background-color css
<style>
a { background-color: #B34114; }
a { background-color: rgb(179,65,20); }
div.DivClassName
{
background-color: #B34114;
}
.BgClassName
{
background-color: #B34114;
}
</style>
border-color css
<style>
span { border-color: #B34114; }
span { border-color: rgb(179,65,20); }
td.TdClassName
{
border-color: #B34114;
}
.TagClassName
{
border-color: #B34114;
}
</style>