Shades of Rust #B44812
Tints of Rust #B44812
RGB
CMYK
RGB Variations
Color information
#B44812 (or 0xB44812) is known color: Rust. HEX triplet: B4, 48 and 12. RGB value is (180,72,18). Sum of RGB (Red+Green+Blue) = 180+72+18=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44812 is #4BB7ED. Grayscale: #626262. Windows color (decimal): -4962286 or 1198260. OLE color: 1198260.
HSL color Cylindrical-coordinate representation of color #B44812: hue angle of 20º 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 #B44812 is Cyan = 0, Magento = 0.60, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 18 | - |
| CMYK | 0 | 0.60 | 0.9 | 0.29 |
| HSL | 20º | 0.82% | 0.39% | - |
| HSV(B) | 20º | 0.9% | 0.71% | - |
| XYZ | 21.25 | 14.38 | 2.23 | - |
| YUV | 98.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 18 | 0 | 0.60 | 0.9 | 0.29 | 20 | 0.82 | 0.39 |
| Hex | B4 | 48 | 12 | 0 | 3C | 5A | 1D | 14 | 52 | 27 |
| Octal | 264 | 110 | 22 | 0 | 74 | 132 | 35 | 24 | 122 | 47 |
| Binary | 10110100 | 1001000 | 10010 | 0 | 111100 | 1011010 | 11101 | 10100 | 1010010 | 100111 |
Color Harmonies of #B44812
Complementary color
Monochromatic Colors of #B44812
Black with #B44812
Text Example
Text Example
White with #B44812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44812; }
p { color: rgb(180,72,18); }
H1.HeaderClassName
{
color: #B44812;
}
.AnyTagClassName
{
color: #B44812;
}
</style>
background-color css
<style>
a { background-color: #B44812; }
a { background-color: rgb(180,72,18); }
div.DivClassName
{
background-color: #B44812;
}
.BgClassName
{
background-color: #B44812;
}
</style>
border-color css
<style>
span { border-color: #B44812; }
span { border-color: rgb(180,72,18); }
td.TdClassName
{
border-color: #B44812;
}
.TagClassName
{
border-color: #B44812;
}
</style>