Shades of Rust #B4320E
Tints of Rust #B4320E
RGB
CMYK
RGB Variations
Color information
#B4320E (or 0xB4320E) is known color: Rust. HEX triplet: B4, 32 and 0E. RGB value is (180,50,14). Sum of RGB (Red+Green+Blue) = 180+50+14=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B4320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4320E is #4BCDF1. Grayscale: #555555. Windows color (decimal): -4967922 or 930484. OLE color: 930484.
HSL color Cylindrical-coordinate representation of color #B4320E: hue angle of 13.01º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4320E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 14 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.29 |
| HSL | 13.01º | 0.86% | 0.38% | - |
| HSV(B) | 13.01º | 0.92% | 0.71% | - |
| XYZ | 20.04 | 12.02 | 1.68 | - |
| YUV | 84.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 14 | 0 | 0.72 | 0.92 | 0.29 | 13.01 | 0.86 | 0.38 |
| Hex | B4 | 32 | E | 0 | 48 | 5C | 1D | D | 56 | 26 |
| Octal | 264 | 62 | 16 | 0 | 110 | 134 | 35 | 15 | 126 | 46 |
| Binary | 10110100 | 110010 | 1110 | 0 | 1001000 | 1011100 | 11101 | 1101 | 1010110 | 100110 |
Color Harmonies of #B4320E
Complementary color
Monochromatic Colors of #B4320E
Black with #B4320E
Text Example
Text Example
White with #B4320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4320E; }
p { color: rgb(180,50,14); }
H1.HeaderClassName
{
color: #B4320E;
}
.AnyTagClassName
{
color: #B4320E;
}
</style>
background-color css
<style>
a { background-color: #B4320E; }
a { background-color: rgb(180,50,14); }
div.DivClassName
{
background-color: #B4320E;
}
.BgClassName
{
background-color: #B4320E;
}
</style>
border-color css
<style>
span { border-color: #B4320E; }
span { border-color: rgb(180,50,14); }
td.TdClassName
{
border-color: #B4320E;
}
.TagClassName
{
border-color: #B4320E;
}
</style>