Shades of Rust #B4440B
Tints of Rust #B4440B
RGB
CMYK
RGB Variations
Color information
#B4440B (or 0xB4440B) is known color: Rust. HEX triplet: B4, 44 and 0B. RGB value is (180,68,11). Sum of RGB (Red+Green+Blue) = 180+68+11=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4440B is #4BBBF4. Grayscale: #5F5F5F. Windows color (decimal): -4963317 or 738484. OLE color: 738484.
HSL color Cylindrical-coordinate representation of color #B4440B: hue angle of 20.24º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4440B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.29 |
| HSL | 20.24º | 0.88% | 0.37% | - |
| HSV(B) | 20.24º | 0.94% | 0.71% | - |
| XYZ | 20.95 | 13.86 | 1.89 | - |
| YUV | 94.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 11 | 0 | 0.62 | 0.94 | 0.29 | 20.24 | 0.88 | 0.37 |
| Hex | B4 | 44 | B | 0 | 3E | 5E | 1D | 14 | 58 | 25 |
| Octal | 264 | 104 | 13 | 0 | 76 | 136 | 35 | 24 | 130 | 45 |
| Binary | 10110100 | 1000100 | 1011 | 0 | 111110 | 1011110 | 11101 | 10100 | 1011000 | 100101 |
Color Harmonies of #B4440B
Complementary color
Monochromatic Colors of #B4440B
Black with #B4440B
Text Example
Text Example
White with #B4440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4440B; }
p { color: rgb(180,68,11); }
H1.HeaderClassName
{
color: #B4440B;
}
.AnyTagClassName
{
color: #B4440B;
}
</style>
background-color css
<style>
a { background-color: #B4440B; }
a { background-color: rgb(180,68,11); }
div.DivClassName
{
background-color: #B4440B;
}
.BgClassName
{
background-color: #B4440B;
}
</style>
border-color css
<style>
span { border-color: #B4440B; }
span { border-color: rgb(180,68,11); }
td.TdClassName
{
border-color: #B4440B;
}
.TagClassName
{
border-color: #B4440B;
}
</style>