Shades of Rust #BA440C
Tints of Rust #BA440C
RGB
CMYK
RGB Variations
Color information
#BA440C (or 0xBA440C) is known color: Rust. HEX triplet: BA, 44 and 0C. RGB value is (186,68,12). Sum of RGB (Red+Green+Blue) = 186+68+12=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA440C is #45BBF3. Grayscale: #616161. Windows color (decimal): -4570100 or 804026. OLE color: 804026.
HSL color Cylindrical-coordinate representation of color #BA440C: hue angle of 19.31º 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 #BA440C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.27 |
| HSL | 19.31º | 0.88% | 0.39% | - |
| HSV(B) | 19.31º | 0.94% | 0.73% | - |
| XYZ | 22.38 | 14.6 | 1.99 | - |
| YUV | 96.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 12 | 0 | 0.63 | 0.94 | 0.27 | 19.31 | 0.88 | 0.39 |
| Hex | BA | 44 | C | 0 | 3F | 5E | 1B | 13 | 58 | 27 |
| Octal | 272 | 104 | 14 | 0 | 77 | 136 | 33 | 23 | 130 | 47 |
| Binary | 10111010 | 1000100 | 1100 | 0 | 111111 | 1011110 | 11011 | 10011 | 1011000 | 100111 |
Color Harmonies of #BA440C
Complementary color
Monochromatic Colors of #BA440C
Black with #BA440C
Text Example
Text Example
White with #BA440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA440C; }
p { color: rgb(186,68,12); }
H1.HeaderClassName
{
color: #BA440C;
}
.AnyTagClassName
{
color: #BA440C;
}
</style>
background-color css
<style>
a { background-color: #BA440C; }
a { background-color: rgb(186,68,12); }
div.DivClassName
{
background-color: #BA440C;
}
.BgClassName
{
background-color: #BA440C;
}
</style>
border-color css
<style>
span { border-color: #BA440C; }
span { border-color: rgb(186,68,12); }
td.TdClassName
{
border-color: #BA440C;
}
.TagClassName
{
border-color: #BA440C;
}
</style>