Shades of Rust #B44022
Tints of Rust #B44022
RGB
CMYK
RGB Variations
Color information
#B44022 (or 0xB44022) is known color: Rust. HEX triplet: B4, 40 and 22. RGB value is (180,64,34). Sum of RGB (Red+Green+Blue) = 180+64+34=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B44022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44022 is #4BBFDD. Grayscale: #5F5F5F. Windows color (decimal): -4964318 or 2244788. OLE color: 2244788.
HSL color Cylindrical-coordinate representation of color #B44022: hue angle of 12.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B44022 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 34 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.29 |
| HSL | 12.33º | 0.68% | 0.42% | - |
| HSV(B) | 12.33º | 0.81% | 0.71% | - |
| XYZ | 20.94 | 13.49 | 3.01 | - |
| YUV | 95.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 34 | 0 | 0.64 | 0.81 | 0.29 | 12.33 | 0.68 | 0.42 |
| Hex | B4 | 40 | 22 | 0 | 40 | 51 | 1D | C | 44 | 2A |
| Octal | 264 | 100 | 42 | 0 | 100 | 121 | 35 | 14 | 104 | 52 |
| Binary | 10110100 | 1000000 | 100010 | 0 | 1000000 | 1010001 | 11101 | 1100 | 1000100 | 101010 |
Color Harmonies of #B44022
Complementary color
Monochromatic Colors of #B44022
Black with #B44022
Text Example
Text Example
White with #B44022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44022; }
p { color: rgb(180,64,34); }
H1.HeaderClassName
{
color: #B44022;
}
.AnyTagClassName
{
color: #B44022;
}
</style>
background-color css
<style>
a { background-color: #B44022; }
a { background-color: rgb(180,64,34); }
div.DivClassName
{
background-color: #B44022;
}
.BgClassName
{
background-color: #B44022;
}
</style>
border-color css
<style>
span { border-color: #B44022; }
span { border-color: rgb(180,64,34); }
td.TdClassName
{
border-color: #B44022;
}
.TagClassName
{
border-color: #B44022;
}
</style>