Shades of Rust #B55712
Tints of Rust #B55712
RGB
CMYK
RGB Variations
Color information
#B55712 (or 0xB55712) is known color: Rust. HEX triplet: B5, 57 and 12. RGB value is (181,87,18). Sum of RGB (Red+Green+Blue) = 181+87+18=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B55712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55712 is #4AA8ED. Grayscale: #6B6B6B. Windows color (decimal): -4892910 or 1202101. OLE color: 1202101.
HSL color Cylindrical-coordinate representation of color #B55712: hue angle of 25.4º 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 #B55712 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.29 |
| HSL | 25.4º | 0.82% | 0.39% | - |
| HSV(B) | 25.4º | 0.9% | 0.71% | - |
| XYZ | 22.57 | 16.68 | 2.6 | - |
| YUV | 107.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 18 | 0 | 0.52 | 0.90 | 0.29 | 25.4 | 0.82 | 0.39 |
| Hex | B5 | 57 | 12 | 0 | 34 | 5A | 1D | 19 | 52 | 27 |
| Octal | 265 | 127 | 22 | 0 | 64 | 132 | 35 | 31 | 122 | 47 |
| Binary | 10110101 | 1010111 | 10010 | 0 | 110100 | 1011010 | 11101 | 11001 | 1010010 | 100111 |
Color Harmonies of #B55712
Complementary color
Monochromatic Colors of #B55712
Black with #B55712
Text Example
Text Example
White with #B55712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55712; }
p { color: rgb(181,87,18); }
H1.HeaderClassName
{
color: #B55712;
}
.AnyTagClassName
{
color: #B55712;
}
</style>
background-color css
<style>
a { background-color: #B55712; }
a { background-color: rgb(181,87,18); }
div.DivClassName
{
background-color: #B55712;
}
.BgClassName
{
background-color: #B55712;
}
</style>
border-color css
<style>
span { border-color: #B55712; }
span { border-color: rgb(181,87,18); }
td.TdClassName
{
border-color: #B55712;
}
.TagClassName
{
border-color: #B55712;
}
</style>