Shades of Rust #BA401C
Tints of Rust #BA401C
RGB
CMYK
RGB Variations
Color information
#BA401C (or 0xBA401C) is known color: Rust. HEX triplet: BA, 40 and 1C. RGB value is (186,64,28). Sum of RGB (Red+Green+Blue) = 186+64+28=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA401C is #45BFE3. Grayscale: #606060. Windows color (decimal): -4571108 or 1851578. OLE color: 1851578.
HSL color Cylindrical-coordinate representation of color #BA401C: hue angle of 13.67º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA401C is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 28 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.27 |
| HSL | 13.67º | 0.74% | 0.42% | - |
| HSV(B) | 13.67º | 0.85% | 0.73% | - |
| XYZ | 22.29 | 14.19 | 2.66 | - |
| YUV | 96.37 | 89.42 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 28 | 0 | 0.66 | 0.85 | 0.27 | 13.67 | 0.74 | 0.42 |
| Hex | BA | 40 | 1C | 0 | 42 | 55 | 1B | E | 4A | 2A |
| Octal | 272 | 100 | 34 | 0 | 102 | 125 | 33 | 16 | 112 | 52 |
| Binary | 10111010 | 1000000 | 11100 | 0 | 1000010 | 1010101 | 11011 | 1110 | 1001010 | 101010 |
Color Harmonies of #BA401C
Complementary color
Monochromatic Colors of #BA401C
Black with #BA401C
Text Example
Text Example
White with #BA401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA401C; }
p { color: rgb(186,64,28); }
H1.HeaderClassName
{
color: #BA401C;
}
.AnyTagClassName
{
color: #BA401C;
}
</style>
background-color css
<style>
a { background-color: #BA401C; }
a { background-color: rgb(186,64,28); }
div.DivClassName
{
background-color: #BA401C;
}
.BgClassName
{
background-color: #BA401C;
}
</style>
border-color css
<style>
span { border-color: #BA401C; }
span { border-color: rgb(186,64,28); }
td.TdClassName
{
border-color: #BA401C;
}
.TagClassName
{
border-color: #BA401C;
}
</style>