Shades of Rust #BA420E
Tints of Rust #BA420E
RGB
CMYK
RGB Variations
Color information
#BA420E (or 0xBA420E) is known color: Rust. HEX triplet: BA, 42 and 0E. RGB value is (186,66,14). Sum of RGB (Red+Green+Blue) = 186+66+14=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA420E is #45BDF1. Grayscale: #606060. Windows color (decimal): -4570610 or 934586. OLE color: 934586.
HSL color Cylindrical-coordinate representation of color #BA420E: hue angle of 18.14º 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 #BA420E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.27 |
| HSL | 18.14º | 0.86% | 0.39% | - |
| HSV(B) | 18.14º | 0.92% | 0.73% | - |
| XYZ | 22.28 | 14.37 | 2.01 | - |
| YUV | 95.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 14 | 0 | 0.65 | 0.92 | 0.27 | 18.14 | 0.86 | 0.39 |
| Hex | BA | 42 | E | 0 | 41 | 5C | 1B | 12 | 56 | 27 |
| Octal | 272 | 102 | 16 | 0 | 101 | 134 | 33 | 22 | 126 | 47 |
| Binary | 10111010 | 1000010 | 1110 | 0 | 1000001 | 1011100 | 11011 | 10010 | 1010110 | 100111 |
Color Harmonies of #BA420E
Complementary color
Monochromatic Colors of #BA420E
Black with #BA420E
Text Example
Text Example
White with #BA420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA420E; }
p { color: rgb(186,66,14); }
H1.HeaderClassName
{
color: #BA420E;
}
.AnyTagClassName
{
color: #BA420E;
}
</style>
background-color css
<style>
a { background-color: #BA420E; }
a { background-color: rgb(186,66,14); }
div.DivClassName
{
background-color: #BA420E;
}
.BgClassName
{
background-color: #BA420E;
}
</style>
border-color css
<style>
span { border-color: #BA420E; }
span { border-color: rgb(186,66,14); }
td.TdClassName
{
border-color: #BA420E;
}
.TagClassName
{
border-color: #BA420E;
}
</style>