Shades of Rust #B3500A
Tints of Rust #B3500A
RGB
CMYK
RGB Variations
Color information
#B3500A (or 0xB3500A) is known color: Rust. HEX triplet: B3, 50 and 0A. RGB value is (179,80,10). Sum of RGB (Red+Green+Blue) = 179+80+10=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B3500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3500A is #4CAFF5. Grayscale: #656565. Windows color (decimal): -5025782 or 676019. OLE color: 676019.
HSL color Cylindrical-coordinate representation of color #B3500A: hue angle of 24.85º 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 #B3500A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.30 |
| HSL | 24.85º | 0.89% | 0.37% | - |
| HSV(B) | 24.85º | 0.94% | 0.7% | - |
| XYZ | 21.51 | 15.34 | 2.11 | - |
| YUV | 101.62 | 76.3 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 10 | 0 | 0.55 | 0.94 | 0.30 | 24.85 | 0.89 | 0.37 |
| Hex | B3 | 50 | A | 0 | 37 | 5E | 1E | 19 | 59 | 25 |
| Octal | 263 | 120 | 12 | 0 | 67 | 136 | 36 | 31 | 131 | 45 |
| Binary | 10110011 | 1010000 | 1010 | 0 | 110111 | 1011110 | 11110 | 11001 | 1011001 | 100101 |
Color Harmonies of #B3500A
Complementary color
Monochromatic Colors of #B3500A
Black with #B3500A
Text Example
Text Example
White with #B3500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3500A; }
p { color: rgb(179,80,10); }
H1.HeaderClassName
{
color: #B3500A;
}
.AnyTagClassName
{
color: #B3500A;
}
</style>
background-color css
<style>
a { background-color: #B3500A; }
a { background-color: rgb(179,80,10); }
div.DivClassName
{
background-color: #B3500A;
}
.BgClassName
{
background-color: #B3500A;
}
</style>
border-color css
<style>
span { border-color: #B3500A; }
span { border-color: rgb(179,80,10); }
td.TdClassName
{
border-color: #B3500A;
}
.TagClassName
{
border-color: #B3500A;
}
</style>