Shades of Rust #B34712
Tints of Rust #B34712
RGB
CMYK
RGB Variations
Color information
#B34712 (or 0xB34712) is known color: Rust. HEX triplet: B3, 47 and 12. RGB value is (179,71,18). Sum of RGB (Red+Green+Blue) = 179+71+18=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B34712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34712 is #4CB8ED. Grayscale: #616161. Windows color (decimal): -5028078 or 1198003. OLE color: 1198003.
HSL color Cylindrical-coordinate representation of color #B34712: hue angle of 19.75º 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 #B34712 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 18 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.30 |
| HSL | 19.75º | 0.82% | 0.39% | - |
| HSV(B) | 19.75º | 0.9% | 0.7% | - |
| XYZ | 20.95 | 14.13 | 2.2 | - |
| YUV | 97.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 18 | 0 | 0.60 | 0.90 | 0.30 | 19.75 | 0.82 | 0.39 |
| Hex | B3 | 47 | 12 | 0 | 3C | 5A | 1E | 14 | 52 | 27 |
| Octal | 263 | 107 | 22 | 0 | 74 | 132 | 36 | 24 | 122 | 47 |
| Binary | 10110011 | 1000111 | 10010 | 0 | 111100 | 1011010 | 11110 | 10100 | 1010010 | 100111 |
Color Harmonies of #B34712
Complementary color
Monochromatic Colors of #B34712
Black with #B34712
Text Example
Text Example
White with #B34712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34712; }
p { color: rgb(179,71,18); }
H1.HeaderClassName
{
color: #B34712;
}
.AnyTagClassName
{
color: #B34712;
}
</style>
background-color css
<style>
a { background-color: #B34712; }
a { background-color: rgb(179,71,18); }
div.DivClassName
{
background-color: #B34712;
}
.BgClassName
{
background-color: #B34712;
}
</style>
border-color css
<style>
span { border-color: #B34712; }
span { border-color: rgb(179,71,18); }
td.TdClassName
{
border-color: #B34712;
}
.TagClassName
{
border-color: #B34712;
}
</style>