Shades of Rust #BA4A12
Tints of Rust #BA4A12
RGB
CMYK
RGB Variations
Color information
#BA4A12 (or 0xBA4A12) is known color: Rust. HEX triplet: BA, 4A and 12. RGB value is (186,74,18). Sum of RGB (Red+Green+Blue) = 186+74+18=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A12 is #45B5ED. Grayscale: #656565. Windows color (decimal): -4568558 or 1198778. OLE color: 1198778.
HSL color Cylindrical-coordinate representation of color #BA4A12: hue angle of 20º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA4A12 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 18 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.27 |
| HSL | 20º | 0.82% | 0.4% | - |
| HSV(B) | 20º | 0.9% | 0.73% | - |
| XYZ | 22.81 | 15.38 | 2.34 | - |
| YUV | 101.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 18 | 0 | 0.60 | 0.90 | 0.27 | 20 | 0.82 | 0.4 |
| Hex | BA | 4A | 12 | 0 | 3C | 5A | 1B | 14 | 52 | 28 |
| Octal | 272 | 112 | 22 | 0 | 74 | 132 | 33 | 24 | 122 | 50 |
| Binary | 10111010 | 1001010 | 10010 | 0 | 111100 | 1011010 | 11011 | 10100 | 1010010 | 101000 |
Color Harmonies of #BA4A12
Complementary color
Monochromatic Colors of #BA4A12
Black with #BA4A12
Text Example
Text Example
White with #BA4A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A12; }
p { color: rgb(186,74,18); }
H1.HeaderClassName
{
color: #BA4A12;
}
.AnyTagClassName
{
color: #BA4A12;
}
</style>
background-color css
<style>
a { background-color: #BA4A12; }
a { background-color: rgb(186,74,18); }
div.DivClassName
{
background-color: #BA4A12;
}
.BgClassName
{
background-color: #BA4A12;
}
</style>
border-color css
<style>
span { border-color: #BA4A12; }
span { border-color: rgb(186,74,18); }
td.TdClassName
{
border-color: #BA4A12;
}
.TagClassName
{
border-color: #BA4A12;
}
</style>