Shades of Rust #B53919
Tints of Rust #B53919
RGB
CMYK
RGB Variations
Color information
#B53919 (or 0xB53919) is known color: Rust. HEX triplet: B5, 39 and 19. RGB value is (181,57,25). Sum of RGB (Red+Green+Blue) = 181+57+25=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B53919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53919 is #4AC6E6. Grayscale: #5A5A5A. Windows color (decimal): -4900583 or 1653173. OLE color: 1653173.
HSL color Cylindrical-coordinate representation of color #B53919: hue angle of 12.31º 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 #B53919 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 25 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.29 |
| HSL | 12.31º | 0.76% | 0.4% | - |
| HSV(B) | 12.31º | 0.86% | 0.71% | - |
| XYZ | 20.69 | 12.82 | 2.3 | - |
| YUV | 90.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 25 | 0 | 0.69 | 0.86 | 0.29 | 12.31 | 0.76 | 0.4 |
| Hex | B5 | 39 | 19 | 0 | 45 | 56 | 1D | C | 4C | 28 |
| Octal | 265 | 71 | 31 | 0 | 105 | 126 | 35 | 14 | 114 | 50 |
| Binary | 10110101 | 111001 | 11001 | 0 | 1000101 | 1010110 | 11101 | 1100 | 1001100 | 101000 |
Color Harmonies of #B53919
Complementary color
Monochromatic Colors of #B53919
Black with #B53919
Text Example
Text Example
White with #B53919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53919; }
p { color: rgb(181,57,25); }
H1.HeaderClassName
{
color: #B53919;
}
.AnyTagClassName
{
color: #B53919;
}
</style>
background-color css
<style>
a { background-color: #B53919; }
a { background-color: rgb(181,57,25); }
div.DivClassName
{
background-color: #B53919;
}
.BgClassName
{
background-color: #B53919;
}
</style>
border-color css
<style>
span { border-color: #B53919; }
span { border-color: rgb(181,57,25); }
td.TdClassName
{
border-color: #B53919;
}
.TagClassName
{
border-color: #B53919;
}
</style>