Shades of Rust #B44012
Tints of Rust #B44012
RGB
CMYK
RGB Variations
Color information
#B44012 (or 0xB44012) is known color: Rust. HEX triplet: B4, 40 and 12. RGB value is (180,64,18). Sum of RGB (Red+Green+Blue) = 180+64+18=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B44012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44012 is #4BBFED. Grayscale: #5D5D5D. Windows color (decimal): -4964334 or 1196212. OLE color: 1196212.
HSL color Cylindrical-coordinate representation of color #B44012: hue angle of 17.04º 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 #B44012 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 18 | - |
| CMYK | 0 | 0.64 | 0.9 | 0.29 |
| HSL | 17.04º | 0.82% | 0.39% | - |
| HSV(B) | 17.04º | 0.9% | 0.71% | - |
| XYZ | 20.76 | 13.41 | 2.07 | - |
| YUV | 93.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 18 | 0 | 0.64 | 0.9 | 0.29 | 17.04 | 0.82 | 0.39 |
| Hex | B4 | 40 | 12 | 0 | 40 | 5A | 1D | 11 | 52 | 27 |
| Octal | 264 | 100 | 22 | 0 | 100 | 132 | 35 | 21 | 122 | 47 |
| Binary | 10110100 | 1000000 | 10010 | 0 | 1000000 | 1011010 | 11101 | 10001 | 1010010 | 100111 |
Color Harmonies of #B44012
Complementary color
Monochromatic Colors of #B44012
Black with #B44012
Text Example
Text Example
White with #B44012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44012; }
p { color: rgb(180,64,18); }
H1.HeaderClassName
{
color: #B44012;
}
.AnyTagClassName
{
color: #B44012;
}
</style>
background-color css
<style>
a { background-color: #B44012; }
a { background-color: rgb(180,64,18); }
div.DivClassName
{
background-color: #B44012;
}
.BgClassName
{
background-color: #B44012;
}
</style>
border-color css
<style>
span { border-color: #B44012; }
span { border-color: rgb(180,64,18); }
td.TdClassName
{
border-color: #B44012;
}
.TagClassName
{
border-color: #B44012;
}
</style>