Shades of Rust #B44520
Tints of Rust #B44520
RGB
CMYK
RGB Variations
Color information
#B44520 (or 0xB44520) is known color: Rust. HEX triplet: B4, 45 and 20. RGB value is (180,69,32). Sum of RGB (Red+Green+Blue) = 180+69+32=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B44520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44520 is #4BBADF. Grayscale: #626262. Windows color (decimal): -4963040 or 2114996. OLE color: 2114996.
HSL color Cylindrical-coordinate representation of color #B44520: hue angle of 15º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B44520 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 32 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.29 |
| HSL | 15º | 0.7% | 0.42% | - |
| HSV(B) | 15º | 0.82% | 0.71% | - |
| XYZ | 21.21 | 14.06 | 2.96 | - |
| YUV | 97.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 32 | 0 | 0.62 | 0.82 | 0.29 | 15 | 0.7 | 0.42 |
| Hex | B4 | 45 | 20 | 0 | 3E | 52 | 1D | F | 46 | 2A |
| Octal | 264 | 105 | 40 | 0 | 76 | 122 | 35 | 17 | 106 | 52 |
| Binary | 10110100 | 1000101 | 100000 | 0 | 111110 | 1010010 | 11101 | 1111 | 1000110 | 101010 |
Color Harmonies of #B44520
Complementary color
Monochromatic Colors of #B44520
Black with #B44520
Text Example
Text Example
White with #B44520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44520; }
p { color: rgb(180,69,32); }
H1.HeaderClassName
{
color: #B44520;
}
.AnyTagClassName
{
color: #B44520;
}
</style>
background-color css
<style>
a { background-color: #B44520; }
a { background-color: rgb(180,69,32); }
div.DivClassName
{
background-color: #B44520;
}
.BgClassName
{
background-color: #B44520;
}
</style>
border-color css
<style>
span { border-color: #B44520; }
span { border-color: rgb(180,69,32); }
td.TdClassName
{
border-color: #B44520;
}
.TagClassName
{
border-color: #B44520;
}
</style>