Shades of Rust #B53514
Tints of Rust #B53514
RGB
CMYK
RGB Variations
Color information
#B53514 (or 0xB53514) is known color: Rust. HEX triplet: B5, 35 and 14. RGB value is (181,53,20). Sum of RGB (Red+Green+Blue) = 181+53+20=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B53514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53514 is #4ACAEB. Grayscale: #575757. Windows color (decimal): -4901612 or 1324469. OLE color: 1324469.
HSL color Cylindrical-coordinate representation of color #B53514: hue angle of 12.3º 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 #B53514 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.29 |
| HSL | 12.3º | 0.8% | 0.39% | - |
| HSV(B) | 12.3º | 0.89% | 0.71% | - |
| XYZ | 20.46 | 12.42 | 1.98 | - |
| YUV | 87.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 20 | 0 | 0.71 | 0.89 | 0.29 | 12.3 | 0.8 | 0.39 |
| Hex | B5 | 35 | 14 | 0 | 47 | 59 | 1D | C | 50 | 27 |
| Octal | 265 | 65 | 24 | 0 | 107 | 131 | 35 | 14 | 120 | 47 |
| Binary | 10110101 | 110101 | 10100 | 0 | 1000111 | 1011001 | 11101 | 1100 | 1010000 | 100111 |
Color Harmonies of #B53514
Complementary color
Monochromatic Colors of #B53514
Black with #B53514
Text Example
Text Example
White with #B53514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53514; }
p { color: rgb(181,53,20); }
H1.HeaderClassName
{
color: #B53514;
}
.AnyTagClassName
{
color: #B53514;
}
</style>
background-color css
<style>
a { background-color: #B53514; }
a { background-color: rgb(181,53,20); }
div.DivClassName
{
background-color: #B53514;
}
.BgClassName
{
background-color: #B53514;
}
</style>
border-color css
<style>
span { border-color: #B53514; }
span { border-color: rgb(181,53,20); }
td.TdClassName
{
border-color: #B53514;
}
.TagClassName
{
border-color: #B53514;
}
</style>