Shades of Rust #B44414
Tints of Rust #B44414
RGB
CMYK
RGB Variations
Color information
#B44414 (or 0xB44414) is known color: Rust. HEX triplet: B4, 44 and 14. RGB value is (180,68,20). Sum of RGB (Red+Green+Blue) = 180+68+20=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B44414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44414 is #4BBBEB. Grayscale: #606060. Windows color (decimal): -4963308 or 1328308. OLE color: 1328308.
HSL color Cylindrical-coordinate representation of color #B44414: hue angle of 18º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B44414 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 20 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.29 |
| HSL | 18º | 0.8% | 0.39% | - |
| HSV(B) | 18º | 0.89% | 0.71% | - |
| XYZ | 21.02 | 13.89 | 2.23 | - |
| YUV | 96.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 20 | 0 | 0.62 | 0.89 | 0.29 | 18 | 0.8 | 0.39 |
| Hex | B4 | 44 | 14 | 0 | 3E | 59 | 1D | 12 | 50 | 27 |
| Octal | 264 | 104 | 24 | 0 | 76 | 131 | 35 | 22 | 120 | 47 |
| Binary | 10110100 | 1000100 | 10100 | 0 | 111110 | 1011001 | 11101 | 10010 | 1010000 | 100111 |
Color Harmonies of #B44414
Complementary color
Monochromatic Colors of #B44414
Black with #B44414
Text Example
Text Example
White with #B44414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44414; }
p { color: rgb(180,68,20); }
H1.HeaderClassName
{
color: #B44414;
}
.AnyTagClassName
{
color: #B44414;
}
</style>
background-color css
<style>
a { background-color: #B44414; }
a { background-color: rgb(180,68,20); }
div.DivClassName
{
background-color: #B44414;
}
.BgClassName
{
background-color: #B44414;
}
</style>
border-color css
<style>
span { border-color: #B44414; }
span { border-color: rgb(180,68,20); }
td.TdClassName
{
border-color: #B44414;
}
.TagClassName
{
border-color: #B44414;
}
</style>