Shades of Rust #B44412
Tints of Rust #B44412
RGB
CMYK
RGB Variations
Color information
#B44412 (or 0xB44412) is known color: Rust. HEX triplet: B4, 44 and 12. RGB value is (180,68,18). Sum of RGB (Red+Green+Blue) = 180+68+18=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B44412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44412 is #4BBBED. Grayscale: #606060. Windows color (decimal): -4963310 or 1197236. OLE color: 1197236.
HSL color Cylindrical-coordinate representation of color #B44412: hue angle of 18.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B44412 is Cyan = 0, Magento = 0.62, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 18 | - |
| CMYK | 0 | 0.62 | 0.9 | 0.29 |
| HSL | 18.52º | 0.82% | 0.39% | - |
| HSV(B) | 18.52º | 0.9% | 0.71% | - |
| XYZ | 21 | 13.88 | 2.14 | - |
| YUV | 95.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 18 | 0 | 0.62 | 0.9 | 0.29 | 18.52 | 0.82 | 0.39 |
| Hex | B4 | 44 | 12 | 0 | 3E | 5A | 1D | 13 | 52 | 27 |
| Octal | 264 | 104 | 22 | 0 | 76 | 132 | 35 | 23 | 122 | 47 |
| Binary | 10110100 | 1000100 | 10010 | 0 | 111110 | 1011010 | 11101 | 10011 | 1010010 | 100111 |
Color Harmonies of #B44412
Complementary color
Monochromatic Colors of #B44412
Black with #B44412
Text Example
Text Example
White with #B44412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44412; }
p { color: rgb(180,68,18); }
H1.HeaderClassName
{
color: #B44412;
}
.AnyTagClassName
{
color: #B44412;
}
</style>
background-color css
<style>
a { background-color: #B44412; }
a { background-color: rgb(180,68,18); }
div.DivClassName
{
background-color: #B44412;
}
.BgClassName
{
background-color: #B44412;
}
</style>
border-color css
<style>
span { border-color: #B44412; }
span { border-color: rgb(180,68,18); }
td.TdClassName
{
border-color: #B44412;
}
.TagClassName
{
border-color: #B44412;
}
</style>