Shades of Rust #BA400C
Tints of Rust #BA400C
RGB
CMYK
RGB Variations
Color information
#BA400C (or 0xBA400C) is known color: Rust. HEX triplet: BA, 40 and 0C. RGB value is (186,64,12). Sum of RGB (Red+Green+Blue) = 186+64+12=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA400C is #45BFF3. Grayscale: #5E5E5E. Windows color (decimal): -4571124 or 803002. OLE color: 803002.
HSL color Cylindrical-coordinate representation of color #BA400C: hue angle of 17.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA400C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.27 |
| HSL | 17.93º | 0.88% | 0.39% | - |
| HSV(B) | 17.93º | 0.94% | 0.73% | - |
| XYZ | 22.15 | 14.13 | 1.91 | - |
| YUV | 94.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 12 | 0 | 0.66 | 0.94 | 0.27 | 17.93 | 0.88 | 0.39 |
| Hex | BA | 40 | C | 0 | 42 | 5E | 1B | 12 | 58 | 27 |
| Octal | 272 | 100 | 14 | 0 | 102 | 136 | 33 | 22 | 130 | 47 |
| Binary | 10111010 | 1000000 | 1100 | 0 | 1000010 | 1011110 | 11011 | 10010 | 1011000 | 100111 |
Color Harmonies of #BA400C
Complementary color
Monochromatic Colors of #BA400C
Black with #BA400C
Text Example
Text Example
White with #BA400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA400C; }
p { color: rgb(186,64,12); }
H1.HeaderClassName
{
color: #BA400C;
}
.AnyTagClassName
{
color: #BA400C;
}
</style>
background-color css
<style>
a { background-color: #BA400C; }
a { background-color: rgb(186,64,12); }
div.DivClassName
{
background-color: #BA400C;
}
.BgClassName
{
background-color: #BA400C;
}
</style>
border-color css
<style>
span { border-color: #BA400C; }
span { border-color: rgb(186,64,12); }
td.TdClassName
{
border-color: #BA400C;
}
.TagClassName
{
border-color: #BA400C;
}
</style>