Shades of Rust #B34211
Tints of Rust #B34211
RGB
CMYK
RGB Variations
Color information
#B34211 (or 0xB34211) is known color: Rust. HEX triplet: B3, 42 and 11. RGB value is (179,66,17). Sum of RGB (Red+Green+Blue) = 179+66+17=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B34211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34211 is #4CBDEE. Grayscale: #5E5E5E. Windows color (decimal): -5029359 or 1131187. OLE color: 1131187.
HSL color Cylindrical-coordinate representation of color #B34211: hue angle of 18.15º 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 #B34211 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.30 |
| HSL | 18.15º | 0.83% | 0.38% | - |
| HSV(B) | 18.15º | 0.91% | 0.7% | - |
| XYZ | 20.64 | 13.52 | 2.05 | - |
| YUV | 94.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 17 | 0 | 0.63 | 0.91 | 0.30 | 18.15 | 0.83 | 0.38 |
| Hex | B3 | 42 | 11 | 0 | 3F | 5B | 1E | 12 | 53 | 26 |
| Octal | 263 | 102 | 21 | 0 | 77 | 133 | 36 | 22 | 123 | 46 |
| Binary | 10110011 | 1000010 | 10001 | 0 | 111111 | 1011011 | 11110 | 10010 | 1010011 | 100110 |
Color Harmonies of #B34211
Complementary color
Monochromatic Colors of #B34211
Black with #B34211
Text Example
Text Example
White with #B34211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34211; }
p { color: rgb(179,66,17); }
H1.HeaderClassName
{
color: #B34211;
}
.AnyTagClassName
{
color: #B34211;
}
</style>
background-color css
<style>
a { background-color: #B34211; }
a { background-color: rgb(179,66,17); }
div.DivClassName
{
background-color: #B34211;
}
.BgClassName
{
background-color: #B34211;
}
</style>
border-color css
<style>
span { border-color: #B34211; }
span { border-color: rgb(179,66,17); }
td.TdClassName
{
border-color: #B34211;
}
.TagClassName
{
border-color: #B34211;
}
</style>