Shades of Rust #B44811
Tints of Rust #B44811
RGB
CMYK
RGB Variations
Color information
#B44811 (or 0xB44811) is known color: Rust. HEX triplet: B4, 48 and 11. RGB value is (180,72,17). Sum of RGB (Red+Green+Blue) = 180+72+17=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44811 is #4BB7EE. Grayscale: #626262. Windows color (decimal): -4962287 or 1132724. OLE color: 1132724.
HSL color Cylindrical-coordinate representation of color #B44811: hue angle of 20.25º 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 #B44811 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 17 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.29 |
| HSL | 20.25º | 0.83% | 0.39% | - |
| HSV(B) | 20.25º | 0.91% | 0.71% | - |
| XYZ | 21.24 | 14.38 | 2.19 | - |
| YUV | 98.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 17 | 0 | 0.60 | 0.91 | 0.29 | 20.25 | 0.83 | 0.39 |
| Hex | B4 | 48 | 11 | 0 | 3C | 5B | 1D | 14 | 53 | 27 |
| Octal | 264 | 110 | 21 | 0 | 74 | 133 | 35 | 24 | 123 | 47 |
| Binary | 10110100 | 1001000 | 10001 | 0 | 111100 | 1011011 | 11101 | 10100 | 1010011 | 100111 |
Color Harmonies of #B44811
Complementary color
Monochromatic Colors of #B44811
Black with #B44811
Text Example
Text Example
White with #B44811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44811; }
p { color: rgb(180,72,17); }
H1.HeaderClassName
{
color: #B44811;
}
.AnyTagClassName
{
color: #B44811;
}
</style>
background-color css
<style>
a { background-color: #B44811; }
a { background-color: rgb(180,72,17); }
div.DivClassName
{
background-color: #B44811;
}
.BgClassName
{
background-color: #B44811;
}
</style>
border-color css
<style>
span { border-color: #B44811; }
span { border-color: rgb(180,72,17); }
td.TdClassName
{
border-color: #B44811;
}
.TagClassName
{
border-color: #B44811;
}
</style>