Shades of Rust #B35612
Tints of Rust #B35612
RGB
CMYK
RGB Variations
Color information
#B35612 (or 0xB35612) is known color: Rust. HEX triplet: B3, 56 and 12. RGB value is (179,86,18). Sum of RGB (Red+Green+Blue) = 179+86+18=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B35612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35612 is #4CA9ED. Grayscale: #6A6A6A. Windows color (decimal): -5024238 or 1201843. OLE color: 1201843.
HSL color Cylindrical-coordinate representation of color #B35612: hue angle of 25.34º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B35612 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.30 |
| HSL | 25.34º | 0.82% | 0.39% | - |
| HSV(B) | 25.34º | 0.9% | 0.7% | - |
| XYZ | 22.03 | 16.28 | 2.55 | - |
| YUV | 106.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 18 | 0 | 0.52 | 0.90 | 0.30 | 25.34 | 0.82 | 0.39 |
| Hex | B3 | 56 | 12 | 0 | 34 | 5A | 1E | 19 | 52 | 27 |
| Octal | 263 | 126 | 22 | 0 | 64 | 132 | 36 | 31 | 122 | 47 |
| Binary | 10110011 | 1010110 | 10010 | 0 | 110100 | 1011010 | 11110 | 11001 | 1010010 | 100111 |
Color Harmonies of #B35612
Complementary color
Monochromatic Colors of #B35612
Black with #B35612
Text Example
Text Example
White with #B35612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35612; }
p { color: rgb(179,86,18); }
H1.HeaderClassName
{
color: #B35612;
}
.AnyTagClassName
{
color: #B35612;
}
</style>
background-color css
<style>
a { background-color: #B35612; }
a { background-color: rgb(179,86,18); }
div.DivClassName
{
background-color: #B35612;
}
.BgClassName
{
background-color: #B35612;
}
</style>
border-color css
<style>
span { border-color: #B35612; }
span { border-color: rgb(179,86,18); }
td.TdClassName
{
border-color: #B35612;
}
.TagClassName
{
border-color: #B35612;
}
</style>