Shades of Rust #B55019
Tints of Rust #B55019
RGB
CMYK
RGB Variations
Color information
#B55019 (or 0xB55019) is known color: Rust. HEX triplet: B5, 50 and 19. RGB value is (181,80,25). Sum of RGB (Red+Green+Blue) = 181+80+25=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B55019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55019 is #4AAFE6. Grayscale: #686868. Windows color (decimal): -4894695 or 1659061. OLE color: 1659061.
HSL color Cylindrical-coordinate representation of color #B55019: hue angle of 21.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B55019 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 25 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.29 |
| HSL | 21.15º | 0.76% | 0.4% | - |
| HSV(B) | 21.15º | 0.86% | 0.71% | - |
| XYZ | 22.1 | 15.63 | 2.77 | - |
| YUV | 103.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 25 | 0 | 0.56 | 0.86 | 0.29 | 21.15 | 0.76 | 0.4 |
| Hex | B5 | 50 | 19 | 0 | 38 | 56 | 1D | 15 | 4C | 28 |
| Octal | 265 | 120 | 31 | 0 | 70 | 126 | 35 | 25 | 114 | 50 |
| Binary | 10110101 | 1010000 | 11001 | 0 | 111000 | 1010110 | 11101 | 10101 | 1001100 | 101000 |
Color Harmonies of #B55019
Complementary color
Monochromatic Colors of #B55019
Black with #B55019
Text Example
Text Example
White with #B55019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55019; }
p { color: rgb(181,80,25); }
H1.HeaderClassName
{
color: #B55019;
}
.AnyTagClassName
{
color: #B55019;
}
</style>
background-color css
<style>
a { background-color: #B55019; }
a { background-color: rgb(181,80,25); }
div.DivClassName
{
background-color: #B55019;
}
.BgClassName
{
background-color: #B55019;
}
</style>
border-color css
<style>
span { border-color: #B55019; }
span { border-color: rgb(181,80,25); }
td.TdClassName
{
border-color: #B55019;
}
.TagClassName
{
border-color: #B55019;
}
</style>