Shades of Rust #B34217
Tints of Rust #B34217
RGB
CMYK
RGB Variations
Color information
#B34217 (or 0xB34217) is known color: Rust. HEX triplet: B3, 42 and 17. RGB value is (179,66,23). Sum of RGB (Red+Green+Blue) = 179+66+23=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B34217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34217 is #4CBDE8. Grayscale: #5F5F5F. Windows color (decimal): -5029353 or 1524403. OLE color: 1524403.
HSL color Cylindrical-coordinate representation of color #B34217: hue angle of 16.54º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B34217 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 23 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.30 |
| HSL | 16.54º | 0.77% | 0.4% | - |
| HSV(B) | 16.54º | 0.87% | 0.7% | - |
| XYZ | 20.69 | 13.54 | 2.33 | - |
| YUV | 94.89 | 87.44 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 23 | 0 | 0.63 | 0.87 | 0.30 | 16.54 | 0.77 | 0.4 |
| Hex | B3 | 42 | 17 | 0 | 3F | 57 | 1E | 11 | 4D | 28 |
| Octal | 263 | 102 | 27 | 0 | 77 | 127 | 36 | 21 | 115 | 50 |
| Binary | 10110011 | 1000010 | 10111 | 0 | 111111 | 1010111 | 11110 | 10001 | 1001101 | 101000 |
Color Harmonies of #B34217
Complementary color
Monochromatic Colors of #B34217
Black with #B34217
Text Example
Text Example
White with #B34217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34217; }
p { color: rgb(179,66,23); }
H1.HeaderClassName
{
color: #B34217;
}
.AnyTagClassName
{
color: #B34217;
}
</style>
background-color css
<style>
a { background-color: #B34217; }
a { background-color: rgb(179,66,23); }
div.DivClassName
{
background-color: #B34217;
}
.BgClassName
{
background-color: #B34217;
}
</style>
border-color css
<style>
span { border-color: #B34217; }
span { border-color: rgb(179,66,23); }
td.TdClassName
{
border-color: #B34217;
}
.TagClassName
{
border-color: #B34217;
}
</style>