Shades of Rust #B44911
Tints of Rust #B44911
RGB
CMYK
RGB Variations
Color information
#B44911 (or 0xB44911) is known color: Rust. HEX triplet: B4, 49 and 11. RGB value is (180,73,17). Sum of RGB (Red+Green+Blue) = 180+73+17=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44911 is #4BB6EE. Grayscale: #626262. Windows color (decimal): -4962031 or 1132980. OLE color: 1132980.
HSL color Cylindrical-coordinate representation of color #B44911: hue angle of 20.61º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B44911 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 17 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.29 |
| HSL | 20.61º | 0.83% | 0.39% | - |
| HSV(B) | 20.61º | 0.91% | 0.71% | - |
| XYZ | 21.31 | 14.51 | 2.21 | - |
| YUV | 98.61 | 81.95 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 17 | 0 | 0.59 | 0.91 | 0.29 | 20.61 | 0.83 | 0.39 |
| Hex | B4 | 49 | 11 | 0 | 3B | 5B | 1D | 15 | 53 | 27 |
| Octal | 264 | 111 | 21 | 0 | 73 | 133 | 35 | 25 | 123 | 47 |
| Binary | 10110100 | 1001001 | 10001 | 0 | 111011 | 1011011 | 11101 | 10101 | 1010011 | 100111 |
Color Harmonies of #B44911
Complementary color
Monochromatic Colors of #B44911
Black with #B44911
Text Example
Text Example
White with #B44911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44911; }
p { color: rgb(180,73,17); }
H1.HeaderClassName
{
color: #B44911;
}
.AnyTagClassName
{
color: #B44911;
}
</style>
background-color css
<style>
a { background-color: #B44911; }
a { background-color: rgb(180,73,17); }
div.DivClassName
{
background-color: #B44911;
}
.BgClassName
{
background-color: #B44911;
}
</style>
border-color css
<style>
span { border-color: #B44911; }
span { border-color: rgb(180,73,17); }
td.TdClassName
{
border-color: #B44911;
}
.TagClassName
{
border-color: #B44911;
}
</style>