Shades of Rust #B53713
Tints of Rust #B53713
RGB
CMYK
RGB Variations
Color information
#B53713 (or 0xB53713) is known color: Rust. HEX triplet: B5, 37 and 13. RGB value is (181,55,19). Sum of RGB (Red+Green+Blue) = 181+55+19=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B53713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53713 is #4AC8EC. Grayscale: #585858. Windows color (decimal): -4901101 or 1259445. OLE color: 1259445.
HSL color Cylindrical-coordinate representation of color #B53713: hue angle of 13.33º 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 #B53713 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.29 |
| HSL | 13.33º | 0.81% | 0.39% | - |
| HSV(B) | 13.33º | 0.9% | 0.71% | - |
| XYZ | 20.54 | 12.6 | 1.97 | - |
| YUV | 88.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 19 | 0 | 0.70 | 0.90 | 0.29 | 13.33 | 0.81 | 0.39 |
| Hex | B5 | 37 | 13 | 0 | 46 | 5A | 1D | D | 51 | 27 |
| Octal | 265 | 67 | 23 | 0 | 106 | 132 | 35 | 15 | 121 | 47 |
| Binary | 10110101 | 110111 | 10011 | 0 | 1000110 | 1011010 | 11101 | 1101 | 1010001 | 100111 |
Color Harmonies of #B53713
Complementary color
Monochromatic Colors of #B53713
Black with #B53713
Text Example
Text Example
White with #B53713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53713; }
p { color: rgb(181,55,19); }
H1.HeaderClassName
{
color: #B53713;
}
.AnyTagClassName
{
color: #B53713;
}
</style>
background-color css
<style>
a { background-color: #B53713; }
a { background-color: rgb(181,55,19); }
div.DivClassName
{
background-color: #B53713;
}
.BgClassName
{
background-color: #B53713;
}
</style>
border-color css
<style>
span { border-color: #B53713; }
span { border-color: rgb(181,55,19); }
td.TdClassName
{
border-color: #B53713;
}
.TagClassName
{
border-color: #B53713;
}
</style>