Shades of Rust #B53B1F
Tints of Rust #B53B1F
RGB
CMYK
RGB Variations
Color information
#B53B1F (or 0xB53B1F) is known color: Rust. HEX triplet: B5, 3B and 1F. RGB value is (181,59,31). Sum of RGB (Red+Green+Blue) = 181+59+31=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B1F is #4AC4E0. Grayscale: #5C5C5C. Windows color (decimal): -4900065 or 2046901. OLE color: 2046901.
HSL color Cylindrical-coordinate representation of color #B53B1F: hue angle of 11.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B53B1F is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 31 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.29 |
| HSL | 11.2º | 0.71% | 0.42% | - |
| HSV(B) | 11.2º | 0.83% | 0.71% | - |
| XYZ | 20.87 | 13.05 | 2.72 | - |
| YUV | 92.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 31 | 0 | 0.67 | 0.83 | 0.29 | 11.2 | 0.71 | 0.42 |
| Hex | B5 | 3B | 1F | 0 | 43 | 53 | 1D | B | 47 | 2A |
| Octal | 265 | 73 | 37 | 0 | 103 | 123 | 35 | 13 | 107 | 52 |
| Binary | 10110101 | 111011 | 11111 | 0 | 1000011 | 1010011 | 11101 | 1011 | 1000111 | 101010 |
Color Harmonies of #B53B1F
Complementary color
Monochromatic Colors of #B53B1F
Black with #B53B1F
Text Example
Text Example
White with #B53B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53B1F; }
p { color: rgb(181,59,31); }
H1.HeaderClassName
{
color: #B53B1F;
}
.AnyTagClassName
{
color: #B53B1F;
}
</style>
background-color css
<style>
a { background-color: #B53B1F; }
a { background-color: rgb(181,59,31); }
div.DivClassName
{
background-color: #B53B1F;
}
.BgClassName
{
background-color: #B53B1F;
}
</style>
border-color css
<style>
span { border-color: #B53B1F; }
span { border-color: rgb(181,59,31); }
td.TdClassName
{
border-color: #B53B1F;
}
.TagClassName
{
border-color: #B53B1F;
}
</style>