Shades of Rust #BA421D
Tints of Rust #BA421D
RGB
CMYK
RGB Variations
Color information
#BA421D (or 0xBA421D) is known color: Rust. HEX triplet: BA, 42 and 1D. RGB value is (186,66,29). Sum of RGB (Red+Green+Blue) = 186+66+29=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA421D is #45BDE2. Grayscale: #616161. Windows color (decimal): -4570595 or 1917626. OLE color: 1917626.
HSL color Cylindrical-coordinate representation of color #BA421D: hue angle of 14.14º degrees, saturation: 0.73, 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 #BA421D is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 29 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.27 |
| HSL | 14.14º | 0.73% | 0.42% | - |
| HSV(B) | 14.14º | 0.84% | 0.73% | - |
| XYZ | 22.42 | 14.42 | 2.76 | - |
| YUV | 97.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 29 | 0 | 0.65 | 0.84 | 0.27 | 14.14 | 0.73 | 0.42 |
| Hex | BA | 42 | 1D | 0 | 41 | 54 | 1B | E | 49 | 2A |
| Octal | 272 | 102 | 35 | 0 | 101 | 124 | 33 | 16 | 111 | 52 |
| Binary | 10111010 | 1000010 | 11101 | 0 | 1000001 | 1010100 | 11011 | 1110 | 1001001 | 101010 |
Color Harmonies of #BA421D
Complementary color
Monochromatic Colors of #BA421D
Black with #BA421D
Text Example
Text Example
White with #BA421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA421D; }
p { color: rgb(186,66,29); }
H1.HeaderClassName
{
color: #BA421D;
}
.AnyTagClassName
{
color: #BA421D;
}
</style>
background-color css
<style>
a { background-color: #BA421D; }
a { background-color: rgb(186,66,29); }
div.DivClassName
{
background-color: #BA421D;
}
.BgClassName
{
background-color: #BA421D;
}
</style>
border-color css
<style>
span { border-color: #BA421D; }
span { border-color: rgb(186,66,29); }
td.TdClassName
{
border-color: #BA421D;
}
.TagClassName
{
border-color: #BA421D;
}
</style>