Shades of Rust #B4501A
Tints of Rust #B4501A
RGB
CMYK
RGB Variations
Color information
#B4501A (or 0xB4501A) is known color: Rust. HEX triplet: B4, 50 and 1A. RGB value is (180,80,26). Sum of RGB (Red+Green+Blue) = 180+80+26=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B4501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4501A is #4BAFE5. Grayscale: #686868. Windows color (decimal): -4960230 or 1724596. OLE color: 1724596.
HSL color Cylindrical-coordinate representation of color #B4501A: hue angle of 21.04º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4501A is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 26 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.29 |
| HSL | 21.04º | 0.75% | 0.4% | - |
| HSV(B) | 21.04º | 0.86% | 0.71% | - |
| XYZ | 21.88 | 15.52 | 2.82 | - |
| YUV | 103.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 26 | 0 | 0.56 | 0.86 | 0.29 | 21.04 | 0.75 | 0.4 |
| Hex | B4 | 50 | 1A | 0 | 38 | 56 | 1D | 15 | 4B | 28 |
| Octal | 264 | 120 | 32 | 0 | 70 | 126 | 35 | 25 | 113 | 50 |
| Binary | 10110100 | 1010000 | 11010 | 0 | 111000 | 1010110 | 11101 | 10101 | 1001011 | 101000 |
Color Harmonies of #B4501A
Complementary color
Monochromatic Colors of #B4501A
Black with #B4501A
Text Example
Text Example
White with #B4501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4501A; }
p { color: rgb(180,80,26); }
H1.HeaderClassName
{
color: #B4501A;
}
.AnyTagClassName
{
color: #B4501A;
}
</style>
background-color css
<style>
a { background-color: #B4501A; }
a { background-color: rgb(180,80,26); }
div.DivClassName
{
background-color: #B4501A;
}
.BgClassName
{
background-color: #B4501A;
}
</style>
border-color css
<style>
span { border-color: #B4501A; }
span { border-color: rgb(180,80,26); }
td.TdClassName
{
border-color: #B4501A;
}
.TagClassName
{
border-color: #B4501A;
}
</style>