Shades of Rust #B3510A
Tints of Rust #B3510A
RGB
CMYK
RGB Variations
Color information
#B3510A (or 0xB3510A) is known color: Rust. HEX triplet: B3, 51 and 0A. RGB value is (179,81,10). Sum of RGB (Red+Green+Blue) = 179+81+10=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B3510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3510A is #4CAEF5. Grayscale: #666666. Windows color (decimal): -5025526 or 676275. OLE color: 676275.
HSL color Cylindrical-coordinate representation of color #B3510A: hue angle of 25.21º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3510A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.30 |
| HSL | 25.21º | 0.89% | 0.37% | - |
| HSV(B) | 25.21º | 0.94% | 0.7% | - |
| XYZ | 21.59 | 15.49 | 2.14 | - |
| YUV | 102.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 10 | 0 | 0.55 | 0.94 | 0.30 | 25.21 | 0.89 | 0.37 |
| Hex | B3 | 51 | A | 0 | 37 | 5E | 1E | 19 | 59 | 25 |
| Octal | 263 | 121 | 12 | 0 | 67 | 136 | 36 | 31 | 131 | 45 |
| Binary | 10110011 | 1010001 | 1010 | 0 | 110111 | 1011110 | 11110 | 11001 | 1011001 | 100101 |
Color Harmonies of #B3510A
Complementary color
Monochromatic Colors of #B3510A
Black with #B3510A
Text Example
Text Example
White with #B3510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3510A; }
p { color: rgb(179,81,10); }
H1.HeaderClassName
{
color: #B3510A;
}
.AnyTagClassName
{
color: #B3510A;
}
</style>
background-color css
<style>
a { background-color: #B3510A; }
a { background-color: rgb(179,81,10); }
div.DivClassName
{
background-color: #B3510A;
}
.BgClassName
{
background-color: #B3510A;
}
</style>
border-color css
<style>
span { border-color: #B3510A; }
span { border-color: rgb(179,81,10); }
td.TdClassName
{
border-color: #B3510A;
}
.TagClassName
{
border-color: #B3510A;
}
</style>