Shades of Rust #B4440F
Tints of Rust #B4440F
RGB
CMYK
RGB Variations
Color information
#B4440F (or 0xB4440F) is known color: Rust. HEX triplet: B4, 44 and 0F. RGB value is (180,68,15). Sum of RGB (Red+Green+Blue) = 180+68+15=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B4440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4440F is #4BBBF0. Grayscale: #5F5F5F. Windows color (decimal): -4963313 or 1000628. OLE color: 1000628.
HSL color Cylindrical-coordinate representation of color #B4440F: hue angle of 19.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4440F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.29 |
| HSL | 19.27º | 0.85% | 0.38% | - |
| HSV(B) | 19.27º | 0.92% | 0.71% | - |
| XYZ | 20.98 | 13.87 | 2.02 | - |
| YUV | 95.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 15 | 0 | 0.62 | 0.92 | 0.29 | 19.27 | 0.85 | 0.38 |
| Hex | B4 | 44 | F | 0 | 3E | 5C | 1D | 13 | 55 | 26 |
| Octal | 264 | 104 | 17 | 0 | 76 | 134 | 35 | 23 | 125 | 46 |
| Binary | 10110100 | 1000100 | 1111 | 0 | 111110 | 1011100 | 11101 | 10011 | 1010101 | 100110 |
Color Harmonies of #B4440F
Complementary color
Monochromatic Colors of #B4440F
Black with #B4440F
Text Example
Text Example
White with #B4440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4440F; }
p { color: rgb(180,68,15); }
H1.HeaderClassName
{
color: #B4440F;
}
.AnyTagClassName
{
color: #B4440F;
}
</style>
background-color css
<style>
a { background-color: #B4440F; }
a { background-color: rgb(180,68,15); }
div.DivClassName
{
background-color: #B4440F;
}
.BgClassName
{
background-color: #B4440F;
}
</style>
border-color css
<style>
span { border-color: #B4440F; }
span { border-color: rgb(180,68,15); }
td.TdClassName
{
border-color: #B4440F;
}
.TagClassName
{
border-color: #B4440F;
}
</style>