Shades of Rust #B34A11
Tints of Rust #B34A11
RGB
CMYK
RGB Variations
Color information
#B34A11 (or 0xB34A11) is known color: Rust. HEX triplet: B3, 4A and 11. RGB value is (179,74,17). Sum of RGB (Red+Green+Blue) = 179+74+17=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A11 is #4CB5EE. Grayscale: #636363. Windows color (decimal): -5027311 or 1133235. OLE color: 1133235.
HSL color Cylindrical-coordinate representation of color #B34A11: hue angle of 21.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B34A11 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 17 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.30 |
| HSL | 21.11º | 0.83% | 0.38% | - |
| HSV(B) | 21.11º | 0.91% | 0.7% | - |
| XYZ | 21.14 | 14.52 | 2.22 | - |
| YUV | 98.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 17 | 0 | 0.59 | 0.91 | 0.30 | 21.11 | 0.83 | 0.38 |
| Hex | B3 | 4A | 11 | 0 | 3B | 5B | 1E | 15 | 53 | 26 |
| Octal | 263 | 112 | 21 | 0 | 73 | 133 | 36 | 25 | 123 | 46 |
| Binary | 10110011 | 1001010 | 10001 | 0 | 111011 | 1011011 | 11110 | 10101 | 1010011 | 100110 |
Color Harmonies of #B34A11
Complementary color
Monochromatic Colors of #B34A11
Black with #B34A11
Text Example
Text Example
White with #B34A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A11; }
p { color: rgb(179,74,17); }
H1.HeaderClassName
{
color: #B34A11;
}
.AnyTagClassName
{
color: #B34A11;
}
</style>
background-color css
<style>
a { background-color: #B34A11; }
a { background-color: rgb(179,74,17); }
div.DivClassName
{
background-color: #B34A11;
}
.BgClassName
{
background-color: #B34A11;
}
</style>
border-color css
<style>
span { border-color: #B34A11; }
span { border-color: rgb(179,74,17); }
td.TdClassName
{
border-color: #B34A11;
}
.TagClassName
{
border-color: #B34A11;
}
</style>