Shades of Rust #BA401F
Tints of Rust #BA401F
RGB
CMYK
RGB Variations
Color information
#BA401F (or 0xBA401F) is known color: Rust. HEX triplet: BA, 40 and 1F. RGB value is (186,64,31). Sum of RGB (Red+Green+Blue) = 186+64+31=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA401F is #45BFE0. Grayscale: #606060. Windows color (decimal): -4571105 or 2048186. OLE color: 2048186.
HSL color Cylindrical-coordinate representation of color #BA401F: hue angle of 12.77º 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 #BA401F is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 31 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.27 |
| HSL | 12.77º | 0.71% | 0.43% | - |
| HSV(B) | 12.77º | 0.83% | 0.73% | - |
| XYZ | 22.33 | 14.2 | 2.86 | - |
| YUV | 96.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 31 | 0 | 0.66 | 0.83 | 0.27 | 12.77 | 0.71 | 0.43 |
| Hex | BA | 40 | 1F | 0 | 42 | 53 | 1B | D | 47 | 2B |
| Octal | 272 | 100 | 37 | 0 | 102 | 123 | 33 | 15 | 107 | 53 |
| Binary | 10111010 | 1000000 | 11111 | 0 | 1000010 | 1010011 | 11011 | 1101 | 1000111 | 101011 |
Color Harmonies of #BA401F
Complementary color
Monochromatic Colors of #BA401F
Black with #BA401F
Text Example
Text Example
White with #BA401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA401F; }
p { color: rgb(186,64,31); }
H1.HeaderClassName
{
color: #BA401F;
}
.AnyTagClassName
{
color: #BA401F;
}
</style>
background-color css
<style>
a { background-color: #BA401F; }
a { background-color: rgb(186,64,31); }
div.DivClassName
{
background-color: #BA401F;
}
.BgClassName
{
background-color: #BA401F;
}
</style>
border-color css
<style>
span { border-color: #BA401F; }
span { border-color: rgb(186,64,31); }
td.TdClassName
{
border-color: #BA401F;
}
.TagClassName
{
border-color: #BA401F;
}
</style>