Shades of Rust #B55612
Tints of Rust #B55612
RGB
CMYK
RGB Variations
Color information
#B55612 (or 0xB55612) is known color: Rust. HEX triplet: B5, 56 and 12. RGB value is (181,86,18). Sum of RGB (Red+Green+Blue) = 181+86+18=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B55612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55612 is #4AA9ED. Grayscale: #6B6B6B. Windows color (decimal): -4893166 or 1201845. OLE color: 1201845.
HSL color Cylindrical-coordinate representation of color #B55612: hue angle of 25.03º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B55612 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.29 |
| HSL | 25.03º | 0.82% | 0.39% | - |
| HSV(B) | 25.03º | 0.9% | 0.71% | - |
| XYZ | 22.49 | 16.52 | 2.58 | - |
| YUV | 106.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 18 | 0 | 0.52 | 0.90 | 0.29 | 25.03 | 0.82 | 0.39 |
| Hex | B5 | 56 | 12 | 0 | 34 | 5A | 1D | 19 | 52 | 27 |
| Octal | 265 | 126 | 22 | 0 | 64 | 132 | 35 | 31 | 122 | 47 |
| Binary | 10110101 | 1010110 | 10010 | 0 | 110100 | 1011010 | 11101 | 11001 | 1010010 | 100111 |
Color Harmonies of #B55612
Complementary color
Monochromatic Colors of #B55612
Black with #B55612
Text Example
Text Example
White with #B55612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55612; }
p { color: rgb(181,86,18); }
H1.HeaderClassName
{
color: #B55612;
}
.AnyTagClassName
{
color: #B55612;
}
</style>
background-color css
<style>
a { background-color: #B55612; }
a { background-color: rgb(181,86,18); }
div.DivClassName
{
background-color: #B55612;
}
.BgClassName
{
background-color: #B55612;
}
</style>
border-color css
<style>
span { border-color: #B55612; }
span { border-color: rgb(181,86,18); }
td.TdClassName
{
border-color: #B55612;
}
.TagClassName
{
border-color: #B55612;
}
</style>