Shades of Rust #B53413
Tints of Rust #B53413
RGB
CMYK
RGB Variations
Color information
#B53413 (or 0xB53413) is known color: Rust. HEX triplet: B5, 34 and 13. RGB value is (181,52,19). Sum of RGB (Red+Green+Blue) = 181+52+19=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B53413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53413 is #4ACBEC. Grayscale: #575757. Windows color (decimal): -4901869 or 1258677. OLE color: 1258677.
HSL color Cylindrical-coordinate representation of color #B53413: hue angle of 12.22º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B53413 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.29 |
| HSL | 12.22º | 0.81% | 0.39% | - |
| HSV(B) | 12.22º | 0.9% | 0.71% | - |
| XYZ | 20.4 | 12.33 | 1.92 | - |
| YUV | 86.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 19 | 0 | 0.71 | 0.90 | 0.29 | 12.22 | 0.81 | 0.39 |
| Hex | B5 | 34 | 13 | 0 | 47 | 5A | 1D | C | 51 | 27 |
| Octal | 265 | 64 | 23 | 0 | 107 | 132 | 35 | 14 | 121 | 47 |
| Binary | 10110101 | 110100 | 10011 | 0 | 1000111 | 1011010 | 11101 | 1100 | 1010001 | 100111 |
Color Harmonies of #B53413
Complementary color
Monochromatic Colors of #B53413
Black with #B53413
Text Example
Text Example
White with #B53413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53413; }
p { color: rgb(181,52,19); }
H1.HeaderClassName
{
color: #B53413;
}
.AnyTagClassName
{
color: #B53413;
}
</style>
background-color css
<style>
a { background-color: #B53413; }
a { background-color: rgb(181,52,19); }
div.DivClassName
{
background-color: #B53413;
}
.BgClassName
{
background-color: #B53413;
}
</style>
border-color css
<style>
span { border-color: #B53413; }
span { border-color: rgb(181,52,19); }
td.TdClassName
{
border-color: #B53413;
}
.TagClassName
{
border-color: #B53413;
}
</style>