Shades of Rust #B4450E
Tints of Rust #B4450E
RGB
CMYK
RGB Variations
Color information
#B4450E (or 0xB4450E) is known color: Rust. HEX triplet: B4, 45 and 0E. RGB value is (180,69,14). Sum of RGB (Red+Green+Blue) = 180+69+14=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B4450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4450E is #4BBAF1. Grayscale: #606060. Windows color (decimal): -4963058 or 935348. OLE color: 935348.
HSL color Cylindrical-coordinate representation of color #B4450E: hue angle of 19.88º 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 #B4450E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 14 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.29 |
| HSL | 19.88º | 0.86% | 0.38% | - |
| HSV(B) | 19.88º | 0.92% | 0.71% | - |
| XYZ | 21.03 | 13.99 | 2.01 | - |
| YUV | 95.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 14 | 0 | 0.62 | 0.92 | 0.29 | 19.88 | 0.86 | 0.38 |
| Hex | B4 | 45 | E | 0 | 3E | 5C | 1D | 14 | 56 | 26 |
| Octal | 264 | 105 | 16 | 0 | 76 | 134 | 35 | 24 | 126 | 46 |
| Binary | 10110100 | 1000101 | 1110 | 0 | 111110 | 1011100 | 11101 | 10100 | 1010110 | 100110 |
Color Harmonies of #B4450E
Complementary color
Monochromatic Colors of #B4450E
Black with #B4450E
Text Example
Text Example
White with #B4450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4450E; }
p { color: rgb(180,69,14); }
H1.HeaderClassName
{
color: #B4450E;
}
.AnyTagClassName
{
color: #B4450E;
}
</style>
background-color css
<style>
a { background-color: #B4450E; }
a { background-color: rgb(180,69,14); }
div.DivClassName
{
background-color: #B4450E;
}
.BgClassName
{
background-color: #B4450E;
}
</style>
border-color css
<style>
span { border-color: #B4450E; }
span { border-color: rgb(180,69,14); }
td.TdClassName
{
border-color: #B4450E;
}
.TagClassName
{
border-color: #B4450E;
}
</style>