Shades of Rust #B5441D
Tints of Rust #B5441D
RGB
CMYK
RGB Variations
Color information
#B5441D (or 0xB5441D) is known color: Rust. HEX triplet: B5, 44 and 1D. RGB value is (181,68,29). Sum of RGB (Red+Green+Blue) = 181+68+29=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5441D is #4ABBE2. Grayscale: #616161. Windows color (decimal): -4897763 or 1918133. OLE color: 1918133.
HSL color Cylindrical-coordinate representation of color #B5441D: hue angle of 15.39º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5441D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 29 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.29 |
| HSL | 15.39º | 0.72% | 0.41% | - |
| HSV(B) | 15.39º | 0.84% | 0.71% | - |
| XYZ | 21.34 | 14.05 | 2.75 | - |
| YUV | 97.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 29 | 0 | 0.62 | 0.84 | 0.29 | 15.39 | 0.72 | 0.41 |
| Hex | B5 | 44 | 1D | 0 | 3E | 54 | 1D | F | 48 | 29 |
| Octal | 265 | 104 | 35 | 0 | 76 | 124 | 35 | 17 | 110 | 51 |
| Binary | 10110101 | 1000100 | 11101 | 0 | 111110 | 1010100 | 11101 | 1111 | 1001000 | 101001 |
Color Harmonies of #B5441D
Complementary color
Monochromatic Colors of #B5441D
Black with #B5441D
Text Example
Text Example
White with #B5441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5441D; }
p { color: rgb(181,68,29); }
H1.HeaderClassName
{
color: #B5441D;
}
.AnyTagClassName
{
color: #B5441D;
}
</style>
background-color css
<style>
a { background-color: #B5441D; }
a { background-color: rgb(181,68,29); }
div.DivClassName
{
background-color: #B5441D;
}
.BgClassName
{
background-color: #B5441D;
}
</style>
border-color css
<style>
span { border-color: #B5441D; }
span { border-color: rgb(181,68,29); }
td.TdClassName
{
border-color: #B5441D;
}
.TagClassName
{
border-color: #B5441D;
}
</style>