Shades of Rust #B55012
Tints of Rust #B55012
RGB
CMYK
RGB Variations
Color information
#B55012 (or 0xB55012) is known color: Rust. HEX triplet: B5, 50 and 12. RGB value is (181,80,18). Sum of RGB (Red+Green+Blue) = 181+80+18=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B55012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55012 is #4AAFED. Grayscale: #676767. Windows color (decimal): -4894702 or 1200309. OLE color: 1200309.
HSL color Cylindrical-coordinate representation of color #B55012: hue angle of 22.82º 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 #B55012 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 18 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.29 |
| HSL | 22.82º | 0.82% | 0.39% | - |
| HSV(B) | 22.82º | 0.9% | 0.71% | - |
| XYZ | 22.03 | 15.6 | 2.42 | - |
| YUV | 103.13 | 79.96 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 18 | 0 | 0.56 | 0.90 | 0.29 | 22.82 | 0.82 | 0.39 |
| Hex | B5 | 50 | 12 | 0 | 38 | 5A | 1D | 17 | 52 | 27 |
| Octal | 265 | 120 | 22 | 0 | 70 | 132 | 35 | 27 | 122 | 47 |
| Binary | 10110101 | 1010000 | 10010 | 0 | 111000 | 1011010 | 11101 | 10111 | 1010010 | 100111 |
Color Harmonies of #B55012
Complementary color
Monochromatic Colors of #B55012
Black with #B55012
Text Example
Text Example
White with #B55012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55012; }
p { color: rgb(181,80,18); }
H1.HeaderClassName
{
color: #B55012;
}
.AnyTagClassName
{
color: #B55012;
}
</style>
background-color css
<style>
a { background-color: #B55012; }
a { background-color: rgb(181,80,18); }
div.DivClassName
{
background-color: #B55012;
}
.BgClassName
{
background-color: #B55012;
}
</style>
border-color css
<style>
span { border-color: #B55012; }
span { border-color: rgb(181,80,18); }
td.TdClassName
{
border-color: #B55012;
}
.TagClassName
{
border-color: #B55012;
}
</style>