Shades of Rust #B53313
Tints of Rust #B53313
RGB
CMYK
RGB Variations
Color information
#B53313 (or 0xB53313) is known color: Rust. HEX triplet: B5, 33 and 13. RGB value is (181,51,19). Sum of RGB (Red+Green+Blue) = 181+51+19=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B53313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53313 is #4ACCEC. Grayscale: #565656. Windows color (decimal): -4902125 or 1258421. OLE color: 1258421.
HSL color Cylindrical-coordinate representation of color #B53313: hue angle of 11.85º 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 #B53313 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 19 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.29 |
| HSL | 11.85º | 0.81% | 0.39% | - |
| HSV(B) | 11.85º | 0.9% | 0.71% | - |
| XYZ | 20.36 | 12.24 | 1.91 | - |
| YUV | 86.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 19 | 0 | 0.72 | 0.90 | 0.29 | 11.85 | 0.81 | 0.39 |
| Hex | B5 | 33 | 13 | 0 | 48 | 5A | 1D | C | 51 | 27 |
| Octal | 265 | 63 | 23 | 0 | 110 | 132 | 35 | 14 | 121 | 47 |
| Binary | 10110101 | 110011 | 10011 | 0 | 1001000 | 1011010 | 11101 | 1100 | 1010001 | 100111 |
Color Harmonies of #B53313
Complementary color
Monochromatic Colors of #B53313
Black with #B53313
Text Example
Text Example
White with #B53313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53313; }
p { color: rgb(181,51,19); }
H1.HeaderClassName
{
color: #B53313;
}
.AnyTagClassName
{
color: #B53313;
}
</style>
background-color css
<style>
a { background-color: #B53313; }
a { background-color: rgb(181,51,19); }
div.DivClassName
{
background-color: #B53313;
}
.BgClassName
{
background-color: #B53313;
}
</style>
border-color css
<style>
span { border-color: #B53313; }
span { border-color: rgb(181,51,19); }
td.TdClassName
{
border-color: #B53313;
}
.TagClassName
{
border-color: #B53313;
}
</style>