Shades of Rust #B55314
Tints of Rust #B55314
RGB
CMYK
RGB Variations
Color information
#B55314 (or 0xB55314) is known color: Rust. HEX triplet: B5, 53 and 14. RGB value is (181,83,20). Sum of RGB (Red+Green+Blue) = 181+83+20=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B55314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55314 is #4AACEB. Grayscale: #696969. Windows color (decimal): -4893932 or 1332149. OLE color: 1332149.
HSL color Cylindrical-coordinate representation of color #B55314: hue angle of 23.48º 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 #B55314 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 20 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.29 |
| HSL | 23.48º | 0.8% | 0.39% | - |
| HSV(B) | 23.48º | 0.89% | 0.71% | - |
| XYZ | 22.28 | 16.06 | 2.59 | - |
| YUV | 105.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 20 | 0 | 0.54 | 0.89 | 0.29 | 23.48 | 0.8 | 0.39 |
| Hex | B5 | 53 | 14 | 0 | 36 | 59 | 1D | 17 | 50 | 27 |
| Octal | 265 | 123 | 24 | 0 | 66 | 131 | 35 | 27 | 120 | 47 |
| Binary | 10110101 | 1010011 | 10100 | 0 | 110110 | 1011001 | 11101 | 10111 | 1010000 | 100111 |
Color Harmonies of #B55314
Complementary color
Monochromatic Colors of #B55314
Black with #B55314
Text Example
Text Example
White with #B55314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55314; }
p { color: rgb(181,83,20); }
H1.HeaderClassName
{
color: #B55314;
}
.AnyTagClassName
{
color: #B55314;
}
</style>
background-color css
<style>
a { background-color: #B55314; }
a { background-color: rgb(181,83,20); }
div.DivClassName
{
background-color: #B55314;
}
.BgClassName
{
background-color: #B55314;
}
</style>
border-color css
<style>
span { border-color: #B55314; }
span { border-color: rgb(181,83,20); }
td.TdClassName
{
border-color: #B55314;
}
.TagClassName
{
border-color: #B55314;
}
</style>