Shades of Rust #B53F1F
Tints of Rust #B53F1F
RGB
CMYK
RGB Variations
Color information
#B53F1F (or 0xB53F1F) is known color: Rust. HEX triplet: B5, 3F and 1F. RGB value is (181,63,31). Sum of RGB (Red+Green+Blue) = 181+63+31=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53F1F is #4AC0E0. Grayscale: #5E5E5E. Windows color (decimal): -4899041 or 2047925. OLE color: 2047925.
HSL color Cylindrical-coordinate representation of color #B53F1F: hue angle of 12.8º 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 #B53F1F is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 31 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.29 |
| HSL | 12.8º | 0.71% | 0.42% | - |
| HSV(B) | 12.8º | 0.83% | 0.71% | - |
| XYZ | 21.08 | 13.48 | 2.79 | - |
| YUV | 94.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 31 | 0 | 0.65 | 0.83 | 0.29 | 12.8 | 0.71 | 0.42 |
| Hex | B5 | 3F | 1F | 0 | 41 | 53 | 1D | D | 47 | 2A |
| Octal | 265 | 77 | 37 | 0 | 101 | 123 | 35 | 15 | 107 | 52 |
| Binary | 10110101 | 111111 | 11111 | 0 | 1000001 | 1010011 | 11101 | 1101 | 1000111 | 101010 |
Color Harmonies of #B53F1F
Complementary color
Monochromatic Colors of #B53F1F
Black with #B53F1F
Text Example
Text Example
White with #B53F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F1F; }
p { color: rgb(181,63,31); }
H1.HeaderClassName
{
color: #B53F1F;
}
.AnyTagClassName
{
color: #B53F1F;
}
</style>
background-color css
<style>
a { background-color: #B53F1F; }
a { background-color: rgb(181,63,31); }
div.DivClassName
{
background-color: #B53F1F;
}
.BgClassName
{
background-color: #B53F1F;
}
</style>
border-color css
<style>
span { border-color: #B53F1F; }
span { border-color: rgb(181,63,31); }
td.TdClassName
{
border-color: #B53F1F;
}
.TagClassName
{
border-color: #B53F1F;
}
</style>