Shades of Rust #BA421F
Tints of Rust #BA421F
RGB
CMYK
RGB Variations
Color information
#BA421F (or 0xBA421F) is known color: Rust. HEX triplet: BA, 42 and 1F. RGB value is (186,66,31). Sum of RGB (Red+Green+Blue) = 186+66+31=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA421F is #45BDE0. Grayscale: #626262. Windows color (decimal): -4570593 or 2048698. OLE color: 2048698.
HSL color Cylindrical-coordinate representation of color #BA421F: hue angle of 13.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA421F is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 31 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.27 |
| HSL | 13.55º | 0.71% | 0.43% | - |
| HSV(B) | 13.55º | 0.83% | 0.73% | - |
| XYZ | 22.45 | 14.43 | 2.9 | - |
| YUV | 97.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 31 | 0 | 0.65 | 0.83 | 0.27 | 13.55 | 0.71 | 0.43 |
| Hex | BA | 42 | 1F | 0 | 41 | 53 | 1B | E | 47 | 2B |
| Octal | 272 | 102 | 37 | 0 | 101 | 123 | 33 | 16 | 107 | 53 |
| Binary | 10111010 | 1000010 | 11111 | 0 | 1000001 | 1010011 | 11011 | 1110 | 1000111 | 101011 |
Color Harmonies of #BA421F
Complementary color
Monochromatic Colors of #BA421F
Black with #BA421F
Text Example
Text Example
White with #BA421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA421F; }
p { color: rgb(186,66,31); }
H1.HeaderClassName
{
color: #BA421F;
}
.AnyTagClassName
{
color: #BA421F;
}
</style>
background-color css
<style>
a { background-color: #BA421F; }
a { background-color: rgb(186,66,31); }
div.DivClassName
{
background-color: #BA421F;
}
.BgClassName
{
background-color: #BA421F;
}
</style>
border-color css
<style>
span { border-color: #BA421F; }
span { border-color: rgb(186,66,31); }
td.TdClassName
{
border-color: #BA421F;
}
.TagClassName
{
border-color: #BA421F;
}
</style>