Shades of Rust #B53E1E
Tints of Rust #B53E1E
RGB
CMYK
RGB Variations
Color information
#B53E1E (or 0xB53E1E) is known color: Rust. HEX triplet: B5, 3E and 1E. RGB value is (181,62,30). Sum of RGB (Red+Green+Blue) = 181+62+30=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E1E is #4AC1E1. Grayscale: #5E5E5E. Windows color (decimal): -4899298 or 1982133. OLE color: 1982133.
HSL color Cylindrical-coordinate representation of color #B53E1E: hue angle of 12.72º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B53E1E is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 30 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.29 |
| HSL | 12.72º | 0.72% | 0.41% | - |
| HSV(B) | 12.72º | 0.83% | 0.71% | - |
| XYZ | 21.01 | 13.36 | 2.7 | - |
| YUV | 93.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 30 | 0 | 0.66 | 0.83 | 0.29 | 12.72 | 0.72 | 0.41 |
| Hex | B5 | 3E | 1E | 0 | 42 | 53 | 1D | D | 48 | 29 |
| Octal | 265 | 76 | 36 | 0 | 102 | 123 | 35 | 15 | 110 | 51 |
| Binary | 10110101 | 111110 | 11110 | 0 | 1000010 | 1010011 | 11101 | 1101 | 1001000 | 101001 |
Color Harmonies of #B53E1E
Complementary color
Monochromatic Colors of #B53E1E
Black with #B53E1E
Text Example
Text Example
White with #B53E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E1E; }
p { color: rgb(181,62,30); }
H1.HeaderClassName
{
color: #B53E1E;
}
.AnyTagClassName
{
color: #B53E1E;
}
</style>
background-color css
<style>
a { background-color: #B53E1E; }
a { background-color: rgb(181,62,30); }
div.DivClassName
{
background-color: #B53E1E;
}
.BgClassName
{
background-color: #B53E1E;
}
</style>
border-color css
<style>
span { border-color: #B53E1E; }
span { border-color: rgb(181,62,30); }
td.TdClassName
{
border-color: #B53E1E;
}
.TagClassName
{
border-color: #B53E1E;
}
</style>