Shades of Rust #B34111
Tints of Rust #B34111
RGB
CMYK
RGB Variations
Color information
#B34111 (or 0xB34111) is known color: Rust. HEX triplet: B3, 41 and 11. RGB value is (179,65,17). Sum of RGB (Red+Green+Blue) = 179+65+17=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B34111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34111 is #4CBEEE. Grayscale: #5D5D5D. Windows color (decimal): -5029615 or 1130931. OLE color: 1130931.
HSL color Cylindrical-coordinate representation of color #B34111: hue angle of 17.78º 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 #B34111 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 17 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.30 |
| HSL | 17.78º | 0.83% | 0.38% | - |
| HSV(B) | 17.78º | 0.91% | 0.7% | - |
| XYZ | 20.58 | 13.4 | 2.03 | - |
| YUV | 93.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 17 | 0 | 0.64 | 0.91 | 0.30 | 17.78 | 0.83 | 0.38 |
| Hex | B3 | 41 | 11 | 0 | 40 | 5B | 1E | 12 | 53 | 26 |
| Octal | 263 | 101 | 21 | 0 | 100 | 133 | 36 | 22 | 123 | 46 |
| Binary | 10110011 | 1000001 | 10001 | 0 | 1000000 | 1011011 | 11110 | 10010 | 1010011 | 100110 |
Color Harmonies of #B34111
Complementary color
Monochromatic Colors of #B34111
Black with #B34111
Text Example
Text Example
White with #B34111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34111; }
p { color: rgb(179,65,17); }
H1.HeaderClassName
{
color: #B34111;
}
.AnyTagClassName
{
color: #B34111;
}
</style>
background-color css
<style>
a { background-color: #B34111; }
a { background-color: rgb(179,65,17); }
div.DivClassName
{
background-color: #B34111;
}
.BgClassName
{
background-color: #B34111;
}
</style>
border-color css
<style>
span { border-color: #B34111; }
span { border-color: rgb(179,65,17); }
td.TdClassName
{
border-color: #B34111;
}
.TagClassName
{
border-color: #B34111;
}
</style>