Shades of Rust #B5451E
Tints of Rust #B5451E
RGB
CMYK
RGB Variations
Color information
#B5451E (or 0xB5451E) is known color: Rust. HEX triplet: B5, 45 and 1E. RGB value is (181,69,30). Sum of RGB (Red+Green+Blue) = 181+69+30=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5451E is #4ABAE1. Grayscale: #626262. Windows color (decimal): -4897506 or 1983925. OLE color: 1983925.
HSL color Cylindrical-coordinate representation of color #B5451E: hue angle of 15.5º 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 #B5451E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 30 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.29 |
| HSL | 15.5º | 0.72% | 0.41% | - |
| HSV(B) | 15.5º | 0.83% | 0.71% | - |
| XYZ | 21.42 | 14.17 | 2.84 | - |
| YUV | 98.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 30 | 0 | 0.62 | 0.83 | 0.29 | 15.5 | 0.72 | 0.41 |
| Hex | B5 | 45 | 1E | 0 | 3E | 53 | 1D | F | 48 | 29 |
| Octal | 265 | 105 | 36 | 0 | 76 | 123 | 35 | 17 | 110 | 51 |
| Binary | 10110101 | 1000101 | 11110 | 0 | 111110 | 1010011 | 11101 | 1111 | 1001000 | 101001 |
Color Harmonies of #B5451E
Complementary color
Monochromatic Colors of #B5451E
Black with #B5451E
Text Example
Text Example
White with #B5451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5451E; }
p { color: rgb(181,69,30); }
H1.HeaderClassName
{
color: #B5451E;
}
.AnyTagClassName
{
color: #B5451E;
}
</style>
background-color css
<style>
a { background-color: #B5451E; }
a { background-color: rgb(181,69,30); }
div.DivClassName
{
background-color: #B5451E;
}
.BgClassName
{
background-color: #B5451E;
}
</style>
border-color css
<style>
span { border-color: #B5451E; }
span { border-color: rgb(181,69,30); }
td.TdClassName
{
border-color: #B5451E;
}
.TagClassName
{
border-color: #B5451E;
}
</style>