Shades of Rust #B3520F
Tints of Rust #B3520F
RGB
CMYK
RGB Variations
Color information
#B3520F (or 0xB3520F) is known color: Rust. HEX triplet: B3, 52 and 0F. RGB value is (179,82,15). Sum of RGB (Red+Green+Blue) = 179+82+15=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3520F is #4CADF0. Grayscale: #676767. Windows color (decimal): -5025265 or 1004211. OLE color: 1004211.
HSL color Cylindrical-coordinate representation of color #B3520F: hue angle of 24.51º 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 #B3520F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 15 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.30 |
| HSL | 24.51º | 0.85% | 0.38% | - |
| HSV(B) | 24.51º | 0.92% | 0.7% | - |
| XYZ | 21.69 | 15.65 | 2.33 | - |
| YUV | 103.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 15 | 0 | 0.54 | 0.92 | 0.30 | 24.51 | 0.85 | 0.38 |
| Hex | B3 | 52 | F | 0 | 36 | 5C | 1E | 19 | 55 | 26 |
| Octal | 263 | 122 | 17 | 0 | 66 | 134 | 36 | 31 | 125 | 46 |
| Binary | 10110011 | 1010010 | 1111 | 0 | 110110 | 1011100 | 11110 | 11001 | 1010101 | 100110 |
Color Harmonies of #B3520F
Complementary color
Monochromatic Colors of #B3520F
Black with #B3520F
Text Example
Text Example
White with #B3520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3520F; }
p { color: rgb(179,82,15); }
H1.HeaderClassName
{
color: #B3520F;
}
.AnyTagClassName
{
color: #B3520F;
}
</style>
background-color css
<style>
a { background-color: #B3520F; }
a { background-color: rgb(179,82,15); }
div.DivClassName
{
background-color: #B3520F;
}
.BgClassName
{
background-color: #B3520F;
}
</style>
border-color css
<style>
span { border-color: #B3520F; }
span { border-color: rgb(179,82,15); }
td.TdClassName
{
border-color: #B3520F;
}
.TagClassName
{
border-color: #B3520F;
}
</style>