Shades of Rust #B53519
Tints of Rust #B53519
RGB
CMYK
RGB Variations
Color information
#B53519 (or 0xB53519) is known color: Rust. HEX triplet: B5, 35 and 19. RGB value is (181,53,25). Sum of RGB (Red+Green+Blue) = 181+53+25=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B53519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53519 is #4ACAE6. Grayscale: #585858. Windows color (decimal): -4901607 or 1652149. OLE color: 1652149.
HSL color Cylindrical-coordinate representation of color #B53519: hue angle of 10.77º 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 #B53519 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 25 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.29 |
| HSL | 10.77º | 0.76% | 0.4% | - |
| HSV(B) | 10.77º | 0.86% | 0.71% | - |
| XYZ | 20.5 | 12.44 | 2.24 | - |
| YUV | 88.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 25 | 0 | 0.71 | 0.86 | 0.29 | 10.77 | 0.76 | 0.4 |
| Hex | B5 | 35 | 19 | 0 | 47 | 56 | 1D | B | 4C | 28 |
| Octal | 265 | 65 | 31 | 0 | 107 | 126 | 35 | 13 | 114 | 50 |
| Binary | 10110101 | 110101 | 11001 | 0 | 1000111 | 1010110 | 11101 | 1011 | 1001100 | 101000 |
Color Harmonies of #B53519
Complementary color
Monochromatic Colors of #B53519
Black with #B53519
Text Example
Text Example
White with #B53519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53519; }
p { color: rgb(181,53,25); }
H1.HeaderClassName
{
color: #B53519;
}
.AnyTagClassName
{
color: #B53519;
}
</style>
background-color css
<style>
a { background-color: #B53519; }
a { background-color: rgb(181,53,25); }
div.DivClassName
{
background-color: #B53519;
}
.BgClassName
{
background-color: #B53519;
}
</style>
border-color css
<style>
span { border-color: #B53519; }
span { border-color: rgb(181,53,25); }
td.TdClassName
{
border-color: #B53519;
}
.TagClassName
{
border-color: #B53519;
}
</style>