Shades of Rust #B34112
Tints of Rust #B34112
RGB
CMYK
RGB Variations
Color information
#B34112 (or 0xB34112) is known color: Rust. HEX triplet: B3, 41 and 12. RGB value is (179,65,18). Sum of RGB (Red+Green+Blue) = 179+65+18=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B34112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34112 is #4CBEED. Grayscale: #5E5E5E. Windows color (decimal): -5029614 or 1196467. OLE color: 1196467.
HSL color Cylindrical-coordinate representation of color #B34112: hue angle of 17.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B34112 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.30 |
| HSL | 17.52º | 0.82% | 0.39% | - |
| HSV(B) | 17.52º | 0.9% | 0.7% | - |
| XYZ | 20.59 | 13.41 | 2.08 | - |
| YUV | 93.73 | 85.27 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 18 | 0 | 0.64 | 0.90 | 0.30 | 17.52 | 0.82 | 0.39 |
| Hex | B3 | 41 | 12 | 0 | 40 | 5A | 1E | 12 | 52 | 27 |
| Octal | 263 | 101 | 22 | 0 | 100 | 132 | 36 | 22 | 122 | 47 |
| Binary | 10110011 | 1000001 | 10010 | 0 | 1000000 | 1011010 | 11110 | 10010 | 1010010 | 100111 |
Color Harmonies of #B34112
Complementary color
Monochromatic Colors of #B34112
Black with #B34112
Text Example
Text Example
White with #B34112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34112; }
p { color: rgb(179,65,18); }
H1.HeaderClassName
{
color: #B34112;
}
.AnyTagClassName
{
color: #B34112;
}
</style>
background-color css
<style>
a { background-color: #B34112; }
a { background-color: rgb(179,65,18); }
div.DivClassName
{
background-color: #B34112;
}
.BgClassName
{
background-color: #B34112;
}
</style>
border-color css
<style>
span { border-color: #B34112; }
span { border-color: rgb(179,65,18); }
td.TdClassName
{
border-color: #B34112;
}
.TagClassName
{
border-color: #B34112;
}
</style>