Shades of Rust #B44418
Tints of Rust #B44418
RGB
CMYK
RGB Variations
Color information
#B44418 (or 0xB44418) is known color: Rust. HEX triplet: B4, 44 and 18. RGB value is (180,68,24). Sum of RGB (Red+Green+Blue) = 180+68+24=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B44418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44418 is #4BBBE7. Grayscale: #606060. Windows color (decimal): -4963304 or 1590452. OLE color: 1590452.
HSL color Cylindrical-coordinate representation of color #B44418: hue angle of 16.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B44418 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 24 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.29 |
| HSL | 16.92º | 0.76% | 0.4% | - |
| HSV(B) | 16.92º | 0.87% | 0.71% | - |
| XYZ | 21.05 | 13.9 | 2.44 | - |
| YUV | 96.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 24 | 0 | 0.62 | 0.87 | 0.29 | 16.92 | 0.76 | 0.4 |
| Hex | B4 | 44 | 18 | 0 | 3E | 57 | 1D | 11 | 4C | 28 |
| Octal | 264 | 104 | 30 | 0 | 76 | 127 | 35 | 21 | 114 | 50 |
| Binary | 10110100 | 1000100 | 11000 | 0 | 111110 | 1010111 | 11101 | 10001 | 1001100 | 101000 |
Color Harmonies of #B44418
Complementary color
Monochromatic Colors of #B44418
Black with #B44418
Text Example
Text Example
White with #B44418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44418; }
p { color: rgb(180,68,24); }
H1.HeaderClassName
{
color: #B44418;
}
.AnyTagClassName
{
color: #B44418;
}
</style>
background-color css
<style>
a { background-color: #B44418; }
a { background-color: rgb(180,68,24); }
div.DivClassName
{
background-color: #B44418;
}
.BgClassName
{
background-color: #B44418;
}
</style>
border-color css
<style>
span { border-color: #B44418; }
span { border-color: rgb(180,68,24); }
td.TdClassName
{
border-color: #B44418;
}
.TagClassName
{
border-color: #B44418;
}
</style>