Shades of Rust #B3520E
Tints of Rust #B3520E
RGB
CMYK
RGB Variations
Color information
#B3520E (or 0xB3520E) is known color: Rust. HEX triplet: B3, 52 and 0E. RGB value is (179,82,14). Sum of RGB (Red+Green+Blue) = 179+82+14=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3520E is #4CADF1. Grayscale: #676767. Windows color (decimal): -5025266 or 938675. OLE color: 938675.
HSL color Cylindrical-coordinate representation of color #B3520E: hue angle of 24.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3520E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.30 |
| HSL | 24.73º | 0.85% | 0.38% | - |
| HSV(B) | 24.73º | 0.92% | 0.7% | - |
| XYZ | 21.69 | 15.65 | 2.29 | - |
| YUV | 103.25 | 77.64 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 14 | 0 | 0.54 | 0.92 | 0.30 | 24.73 | 0.85 | 0.38 |
| Hex | B3 | 52 | E | 0 | 36 | 5C | 1E | 19 | 55 | 26 |
| Octal | 263 | 122 | 16 | 0 | 66 | 134 | 36 | 31 | 125 | 46 |
| Binary | 10110011 | 1010010 | 1110 | 0 | 110110 | 1011100 | 11110 | 11001 | 1010101 | 100110 |
Color Harmonies of #B3520E
Complementary color
Monochromatic Colors of #B3520E
Black with #B3520E
Text Example
Text Example
White with #B3520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3520E; }
p { color: rgb(179,82,14); }
H1.HeaderClassName
{
color: #B3520E;
}
.AnyTagClassName
{
color: #B3520E;
}
</style>
background-color css
<style>
a { background-color: #B3520E; }
a { background-color: rgb(179,82,14); }
div.DivClassName
{
background-color: #B3520E;
}
.BgClassName
{
background-color: #B3520E;
}
</style>
border-color css
<style>
span { border-color: #B3520E; }
span { border-color: rgb(179,82,14); }
td.TdClassName
{
border-color: #B3520E;
}
.TagClassName
{
border-color: #B3520E;
}
</style>