Shades of Rust #B53114
Tints of Rust #B53114
RGB
CMYK
RGB Variations
Color information
#B53114 (or 0xB53114) is known color: Rust. HEX triplet: B5, 31 and 14. RGB value is (181,49,20). Sum of RGB (Red+Green+Blue) = 181+49+20=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B53114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53114 is #4ACEEB. Grayscale: #555555. Windows color (decimal): -4902636 or 1323445. OLE color: 1323445.
HSL color Cylindrical-coordinate representation of color #B53114: hue angle of 10.81º 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 #B53114 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 20 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.29 |
| HSL | 10.81º | 0.8% | 0.39% | - |
| HSV(B) | 10.81º | 0.89% | 0.71% | - |
| XYZ | 20.28 | 12.07 | 1.92 | - |
| YUV | 85.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 20 | 0 | 0.73 | 0.89 | 0.29 | 10.81 | 0.8 | 0.39 |
| Hex | B5 | 31 | 14 | 0 | 49 | 59 | 1D | B | 50 | 27 |
| Octal | 265 | 61 | 24 | 0 | 111 | 131 | 35 | 13 | 120 | 47 |
| Binary | 10110101 | 110001 | 10100 | 0 | 1001001 | 1011001 | 11101 | 1011 | 1010000 | 100111 |
Color Harmonies of #B53114
Complementary color
Monochromatic Colors of #B53114
Black with #B53114
Text Example
Text Example
White with #B53114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53114; }
p { color: rgb(181,49,20); }
H1.HeaderClassName
{
color: #B53114;
}
.AnyTagClassName
{
color: #B53114;
}
</style>
background-color css
<style>
a { background-color: #B53114; }
a { background-color: rgb(181,49,20); }
div.DivClassName
{
background-color: #B53114;
}
.BgClassName
{
background-color: #B53114;
}
</style>
border-color css
<style>
span { border-color: #B53114; }
span { border-color: rgb(181,49,20); }
td.TdClassName
{
border-color: #B53114;
}
.TagClassName
{
border-color: #B53114;
}
</style>