Shades of Rust #BA450E
Tints of Rust #BA450E
RGB
CMYK
RGB Variations
Color information
#BA450E (or 0xBA450E) is known color: Rust. HEX triplet: BA, 45 and 0E. RGB value is (186,69,14). Sum of RGB (Red+Green+Blue) = 186+69+14=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA450E is #45BAF1. Grayscale: #626262. Windows color (decimal): -4569842 or 935354. OLE color: 935354.
HSL color Cylindrical-coordinate representation of color #BA450E: hue angle of 19.19º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA450E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.27 |
| HSL | 19.19º | 0.86% | 0.39% | - |
| HSV(B) | 19.19º | 0.92% | 0.73% | - |
| XYZ | 22.46 | 14.73 | 2.07 | - |
| YUV | 97.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 14 | 0 | 0.63 | 0.92 | 0.27 | 19.19 | 0.86 | 0.39 |
| Hex | BA | 45 | E | 0 | 3F | 5C | 1B | 13 | 56 | 27 |
| Octal | 272 | 105 | 16 | 0 | 77 | 134 | 33 | 23 | 126 | 47 |
| Binary | 10111010 | 1000101 | 1110 | 0 | 111111 | 1011100 | 11011 | 10011 | 1010110 | 100111 |
Color Harmonies of #BA450E
Complementary color
Monochromatic Colors of #BA450E
Black with #BA450E
Text Example
Text Example
White with #BA450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA450E; }
p { color: rgb(186,69,14); }
H1.HeaderClassName
{
color: #BA450E;
}
.AnyTagClassName
{
color: #BA450E;
}
</style>
background-color css
<style>
a { background-color: #BA450E; }
a { background-color: rgb(186,69,14); }
div.DivClassName
{
background-color: #BA450E;
}
.BgClassName
{
background-color: #BA450E;
}
</style>
border-color css
<style>
span { border-color: #BA450E; }
span { border-color: rgb(186,69,14); }
td.TdClassName
{
border-color: #BA450E;
}
.TagClassName
{
border-color: #BA450E;
}
</style>