Shades of Rust #B53F19
Tints of Rust #B53F19
RGB
CMYK
RGB Variations
Color information
#B53F19 (or 0xB53F19) is known color: Rust. HEX triplet: B5, 3F and 19. RGB value is (181,63,25). Sum of RGB (Red+Green+Blue) = 181+63+25=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53F19 is #4AC0E6. Grayscale: #5E5E5E. Windows color (decimal): -4899047 or 1654709. OLE color: 1654709.
HSL color Cylindrical-coordinate representation of color #B53F19: hue angle of 14.62º 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 #B53F19 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 25 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.29 |
| HSL | 14.62º | 0.76% | 0.4% | - |
| HSV(B) | 14.62º | 0.86% | 0.71% | - |
| XYZ | 21.01 | 13.45 | 2.41 | - |
| YUV | 93.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 25 | 0 | 0.65 | 0.86 | 0.29 | 14.62 | 0.76 | 0.4 |
| Hex | B5 | 3F | 19 | 0 | 41 | 56 | 1D | F | 4C | 28 |
| Octal | 265 | 77 | 31 | 0 | 101 | 126 | 35 | 17 | 114 | 50 |
| Binary | 10110101 | 111111 | 11001 | 0 | 1000001 | 1010110 | 11101 | 1111 | 1001100 | 101000 |
Color Harmonies of #B53F19
Complementary color
Monochromatic Colors of #B53F19
Black with #B53F19
Text Example
Text Example
White with #B53F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F19; }
p { color: rgb(181,63,25); }
H1.HeaderClassName
{
color: #B53F19;
}
.AnyTagClassName
{
color: #B53F19;
}
</style>
background-color css
<style>
a { background-color: #B53F19; }
a { background-color: rgb(181,63,25); }
div.DivClassName
{
background-color: #B53F19;
}
.BgClassName
{
background-color: #B53F19;
}
</style>
border-color css
<style>
span { border-color: #B53F19; }
span { border-color: rgb(181,63,25); }
td.TdClassName
{
border-color: #B53F19;
}
.TagClassName
{
border-color: #B53F19;
}
</style>