Shades of Rust #B53214
Tints of Rust #B53214
RGB
CMYK
RGB Variations
Color information
#B53214 (or 0xB53214) is known color: Rust. HEX triplet: B5, 32 and 14. RGB value is (181,50,20). Sum of RGB (Red+Green+Blue) = 181+50+20=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B53214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53214 is #4ACDEB. Grayscale: #565656. Windows color (decimal): -4902380 or 1323701. OLE color: 1323701.
HSL color Cylindrical-coordinate representation of color #B53214: hue angle of 11.18º 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 #B53214 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 20 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.29 |
| HSL | 11.18º | 0.8% | 0.39% | - |
| HSV(B) | 11.18º | 0.89% | 0.71% | - |
| XYZ | 20.32 | 12.16 | 1.94 | - |
| YUV | 85.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 20 | 0 | 0.72 | 0.89 | 0.29 | 11.18 | 0.8 | 0.39 |
| Hex | B5 | 32 | 14 | 0 | 48 | 59 | 1D | B | 50 | 27 |
| Octal | 265 | 62 | 24 | 0 | 110 | 131 | 35 | 13 | 120 | 47 |
| Binary | 10110101 | 110010 | 10100 | 0 | 1001000 | 1011001 | 11101 | 1011 | 1010000 | 100111 |
Color Harmonies of #B53214
Complementary color
Monochromatic Colors of #B53214
Black with #B53214
Text Example
Text Example
White with #B53214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53214; }
p { color: rgb(181,50,20); }
H1.HeaderClassName
{
color: #B53214;
}
.AnyTagClassName
{
color: #B53214;
}
</style>
background-color css
<style>
a { background-color: #B53214; }
a { background-color: rgb(181,50,20); }
div.DivClassName
{
background-color: #B53214;
}
.BgClassName
{
background-color: #B53214;
}
</style>
border-color css
<style>
span { border-color: #B53214; }
span { border-color: rgb(181,50,20); }
td.TdClassName
{
border-color: #B53214;
}
.TagClassName
{
border-color: #B53214;
}
</style>