Shades of Rust #B35010
Tints of Rust #B35010
RGB
CMYK
RGB Variations
Color information
#B35010 (or 0xB35010) is known color: Rust. HEX triplet: B3, 50 and 10. RGB value is (179,80,16). Sum of RGB (Red+Green+Blue) = 179+80+16=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B35010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35010 is #4CAFEF. Grayscale: #666666. Windows color (decimal): -5025776 or 1069235. OLE color: 1069235.
HSL color Cylindrical-coordinate representation of color #B35010: hue angle of 23.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B35010 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.30 |
| HSL | 23.56º | 0.84% | 0.38% | - |
| HSV(B) | 23.56º | 0.91% | 0.7% | - |
| XYZ | 21.55 | 15.36 | 2.32 | - |
| YUV | 102.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 16 | 0 | 0.55 | 0.91 | 0.30 | 23.56 | 0.84 | 0.38 |
| Hex | B3 | 50 | 10 | 0 | 37 | 5B | 1E | 18 | 54 | 26 |
| Octal | 263 | 120 | 20 | 0 | 67 | 133 | 36 | 30 | 124 | 46 |
| Binary | 10110011 | 1010000 | 10000 | 0 | 110111 | 1011011 | 11110 | 11000 | 1010100 | 100110 |
Color Harmonies of #B35010
Complementary color
Monochromatic Colors of #B35010
Black with #B35010
Text Example
Text Example
White with #B35010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35010; }
p { color: rgb(179,80,16); }
H1.HeaderClassName
{
color: #B35010;
}
.AnyTagClassName
{
color: #B35010;
}
</style>
background-color css
<style>
a { background-color: #B35010; }
a { background-color: rgb(179,80,16); }
div.DivClassName
{
background-color: #B35010;
}
.BgClassName
{
background-color: #B35010;
}
</style>
border-color css
<style>
span { border-color: #B35010; }
span { border-color: rgb(179,80,16); }
td.TdClassName
{
border-color: #B35010;
}
.TagClassName
{
border-color: #B35010;
}
</style>