Shades of Rust #B55013
Tints of Rust #B55013
RGB
CMYK
RGB Variations
Color information
#B55013 (or 0xB55013) is known color: Rust. HEX triplet: B5, 50 and 13. RGB value is (181,80,19). Sum of RGB (Red+Green+Blue) = 181+80+19=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B55013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55013 is #4AAFEC. Grayscale: #676767. Windows color (decimal): -4894701 or 1265845. OLE color: 1265845.
HSL color Cylindrical-coordinate representation of color #B55013: hue angle of 22.59º degrees, saturation: 0.81, 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 #B55013 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 19 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.29 |
| HSL | 22.59º | 0.81% | 0.39% | - |
| HSV(B) | 22.59º | 0.9% | 0.71% | - |
| XYZ | 22.04 | 15.61 | 2.47 | - |
| YUV | 103.25 | 80.46 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 19 | 0 | 0.56 | 0.90 | 0.29 | 22.59 | 0.81 | 0.39 |
| Hex | B5 | 50 | 13 | 0 | 38 | 5A | 1D | 17 | 51 | 27 |
| Octal | 265 | 120 | 23 | 0 | 70 | 132 | 35 | 27 | 121 | 47 |
| Binary | 10110101 | 1010000 | 10011 | 0 | 111000 | 1011010 | 11101 | 10111 | 1010001 | 100111 |
Color Harmonies of #B55013
Complementary color
Monochromatic Colors of #B55013
Black with #B55013
Text Example
Text Example
White with #B55013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55013; }
p { color: rgb(181,80,19); }
H1.HeaderClassName
{
color: #B55013;
}
.AnyTagClassName
{
color: #B55013;
}
</style>
background-color css
<style>
a { background-color: #B55013; }
a { background-color: rgb(181,80,19); }
div.DivClassName
{
background-color: #B55013;
}
.BgClassName
{
background-color: #B55013;
}
</style>
border-color css
<style>
span { border-color: #B55013; }
span { border-color: rgb(181,80,19); }
td.TdClassName
{
border-color: #B55013;
}
.TagClassName
{
border-color: #B55013;
}
</style>