Shades of Rust #BA421E
Tints of Rust #BA421E
RGB
CMYK
RGB Variations
Color information
#BA421E (or 0xBA421E) is known color: Rust. HEX triplet: BA, 42 and 1E. RGB value is (186,66,30). Sum of RGB (Red+Green+Blue) = 186+66+30=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA421E is #45BDE1. Grayscale: #626262. Windows color (decimal): -4570594 or 1983162. OLE color: 1983162.
HSL color Cylindrical-coordinate representation of color #BA421E: hue angle of 13.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA421E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 30 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.27 |
| HSL | 13.85º | 0.72% | 0.42% | - |
| HSV(B) | 13.85º | 0.84% | 0.73% | - |
| XYZ | 22.43 | 14.43 | 2.83 | - |
| YUV | 97.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 30 | 0 | 0.65 | 0.84 | 0.27 | 13.85 | 0.72 | 0.42 |
| Hex | BA | 42 | 1E | 0 | 41 | 54 | 1B | E | 48 | 2A |
| Octal | 272 | 102 | 36 | 0 | 101 | 124 | 33 | 16 | 110 | 52 |
| Binary | 10111010 | 1000010 | 11110 | 0 | 1000001 | 1010100 | 11011 | 1110 | 1001000 | 101010 |
Color Harmonies of #BA421E
Complementary color
Monochromatic Colors of #BA421E
Black with #BA421E
Text Example
Text Example
White with #BA421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA421E; }
p { color: rgb(186,66,30); }
H1.HeaderClassName
{
color: #BA421E;
}
.AnyTagClassName
{
color: #BA421E;
}
</style>
background-color css
<style>
a { background-color: #BA421E; }
a { background-color: rgb(186,66,30); }
div.DivClassName
{
background-color: #BA421E;
}
.BgClassName
{
background-color: #BA421E;
}
</style>
border-color css
<style>
span { border-color: #BA421E; }
span { border-color: rgb(186,66,30); }
td.TdClassName
{
border-color: #BA421E;
}
.TagClassName
{
border-color: #BA421E;
}
</style>