Shades of Rust #B44018
Tints of Rust #B44018
RGB
CMYK
RGB Variations
Color information
#B44018 (or 0xB44018) is known color: Rust. HEX triplet: B4, 40 and 18. RGB value is (180,64,24). Sum of RGB (Red+Green+Blue) = 180+64+24=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B44018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44018 is #4BBFE7. Grayscale: #5E5E5E. Windows color (decimal): -4964328 or 1589428. OLE color: 1589428.
HSL color Cylindrical-coordinate representation of color #B44018: hue angle of 15.38º 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 #B44018 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 24 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.29 |
| HSL | 15.38º | 0.76% | 0.4% | - |
| HSV(B) | 15.38º | 0.87% | 0.71% | - |
| XYZ | 20.82 | 13.44 | 2.36 | - |
| YUV | 94.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 24 | 0 | 0.64 | 0.87 | 0.29 | 15.38 | 0.76 | 0.4 |
| Hex | B4 | 40 | 18 | 0 | 40 | 57 | 1D | F | 4C | 28 |
| Octal | 264 | 100 | 30 | 0 | 100 | 127 | 35 | 17 | 114 | 50 |
| Binary | 10110100 | 1000000 | 11000 | 0 | 1000000 | 1010111 | 11101 | 1111 | 1001100 | 101000 |
Color Harmonies of #B44018
Complementary color
Monochromatic Colors of #B44018
Black with #B44018
Text Example
Text Example
White with #B44018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44018; }
p { color: rgb(180,64,24); }
H1.HeaderClassName
{
color: #B44018;
}
.AnyTagClassName
{
color: #B44018;
}
</style>
background-color css
<style>
a { background-color: #B44018; }
a { background-color: rgb(180,64,24); }
div.DivClassName
{
background-color: #B44018;
}
.BgClassName
{
background-color: #B44018;
}
</style>
border-color css
<style>
span { border-color: #B44018; }
span { border-color: rgb(180,64,24); }
td.TdClassName
{
border-color: #B44018;
}
.TagClassName
{
border-color: #B44018;
}
</style>