Shades of Rust #B5441F
Tints of Rust #B5441F
RGB
CMYK
RGB Variations
Color information
#B5441F (or 0xB5441F) is known color: Rust. HEX triplet: B5, 44 and 1F. RGB value is (181,68,31). Sum of RGB (Red+Green+Blue) = 181+68+31=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5441F is #4ABBE0. Grayscale: #616161. Windows color (decimal): -4897761 or 2049205. OLE color: 2049205.
HSL color Cylindrical-coordinate representation of color #B5441F: hue angle of 14.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 #B5441F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 31 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.29 |
| HSL | 14.8º | 0.71% | 0.42% | - |
| HSV(B) | 14.8º | 0.83% | 0.71% | - |
| XYZ | 21.37 | 14.06 | 2.88 | - |
| YUV | 97.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 31 | 0 | 0.62 | 0.83 | 0.29 | 14.8 | 0.71 | 0.42 |
| Hex | B5 | 44 | 1F | 0 | 3E | 53 | 1D | F | 47 | 2A |
| Octal | 265 | 104 | 37 | 0 | 76 | 123 | 35 | 17 | 107 | 52 |
| Binary | 10110101 | 1000100 | 11111 | 0 | 111110 | 1010011 | 11101 | 1111 | 1000111 | 101010 |
Color Harmonies of #B5441F
Complementary color
Monochromatic Colors of #B5441F
Black with #B5441F
Text Example
Text Example
White with #B5441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5441F; }
p { color: rgb(181,68,31); }
H1.HeaderClassName
{
color: #B5441F;
}
.AnyTagClassName
{
color: #B5441F;
}
</style>
background-color css
<style>
a { background-color: #B5441F; }
a { background-color: rgb(181,68,31); }
div.DivClassName
{
background-color: #B5441F;
}
.BgClassName
{
background-color: #B5441F;
}
</style>
border-color css
<style>
span { border-color: #B5441F; }
span { border-color: rgb(181,68,31); }
td.TdClassName
{
border-color: #B5441F;
}
.TagClassName
{
border-color: #B5441F;
}
</style>