Shades of Rust #B55014
Tints of Rust #B55014
RGB
CMYK
RGB Variations
Color information
#B55014 (or 0xB55014) is known color: Rust. HEX triplet: B5, 50 and 14. RGB value is (181,80,20). Sum of RGB (Red+Green+Blue) = 181+80+20=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B55014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55014 is #4AAFEB. Grayscale: #676767. Windows color (decimal): -4894700 or 1331381. OLE color: 1331381.
HSL color Cylindrical-coordinate representation of color #B55014: hue angle of 22.36º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B55014 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 20 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.29 |
| HSL | 22.36º | 0.8% | 0.39% | - |
| HSV(B) | 22.36º | 0.89% | 0.71% | - |
| XYZ | 22.05 | 15.61 | 2.51 | - |
| YUV | 103.36 | 80.96 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 20 | 0 | 0.56 | 0.89 | 0.29 | 22.36 | 0.8 | 0.39 |
| Hex | B5 | 50 | 14 | 0 | 38 | 59 | 1D | 16 | 50 | 27 |
| Octal | 265 | 120 | 24 | 0 | 70 | 131 | 35 | 26 | 120 | 47 |
| Binary | 10110101 | 1010000 | 10100 | 0 | 111000 | 1011001 | 11101 | 10110 | 1010000 | 100111 |
Color Harmonies of #B55014
Complementary color
Monochromatic Colors of #B55014
Black with #B55014
Text Example
Text Example
White with #B55014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55014; }
p { color: rgb(181,80,20); }
H1.HeaderClassName
{
color: #B55014;
}
.AnyTagClassName
{
color: #B55014;
}
</style>
background-color css
<style>
a { background-color: #B55014; }
a { background-color: rgb(181,80,20); }
div.DivClassName
{
background-color: #B55014;
}
.BgClassName
{
background-color: #B55014;
}
</style>
border-color css
<style>
span { border-color: #B55014; }
span { border-color: rgb(181,80,20); }
td.TdClassName
{
border-color: #B55014;
}
.TagClassName
{
border-color: #B55014;
}
</style>