Shades of Rust #B34A16
Tints of Rust #B34A16
RGB
CMYK
RGB Variations
Color information
#B34A16 (or 0xB34A16) is known color: Rust. HEX triplet: B3, 4A and 16. RGB value is (179,74,22). Sum of RGB (Red+Green+Blue) = 179+74+22=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A16 is #4CB5E9. Grayscale: #636363. Windows color (decimal): -5027306 or 1460915. OLE color: 1460915.
HSL color Cylindrical-coordinate representation of color #B34A16: hue angle of 19.87º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B34A16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.30 |
| HSL | 19.87º | 0.78% | 0.39% | - |
| HSV(B) | 19.87º | 0.88% | 0.7% | - |
| XYZ | 21.18 | 14.54 | 2.45 | - |
| YUV | 99.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 22 | 0 | 0.59 | 0.88 | 0.30 | 19.87 | 0.78 | 0.39 |
| Hex | B3 | 4A | 16 | 0 | 3B | 58 | 1E | 14 | 4E | 27 |
| Octal | 263 | 112 | 26 | 0 | 73 | 130 | 36 | 24 | 116 | 47 |
| Binary | 10110011 | 1001010 | 10110 | 0 | 111011 | 1011000 | 11110 | 10100 | 1001110 | 100111 |
Color Harmonies of #B34A16
Complementary color
Monochromatic Colors of #B34A16
Black with #B34A16
Text Example
Text Example
White with #B34A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A16; }
p { color: rgb(179,74,22); }
H1.HeaderClassName
{
color: #B34A16;
}
.AnyTagClassName
{
color: #B34A16;
}
</style>
background-color css
<style>
a { background-color: #B34A16; }
a { background-color: rgb(179,74,22); }
div.DivClassName
{
background-color: #B34A16;
}
.BgClassName
{
background-color: #B34A16;
}
</style>
border-color css
<style>
span { border-color: #B34A16; }
span { border-color: rgb(179,74,22); }
td.TdClassName
{
border-color: #B34A16;
}
.TagClassName
{
border-color: #B34A16;
}
</style>