Shades of Rust #BA4A1A
Tints of Rust #BA4A1A
RGB
CMYK
RGB Variations
Color information
#BA4A1A (or 0xBA4A1A) is known color: Rust. HEX triplet: BA, 4A and 1A. RGB value is (186,74,26). Sum of RGB (Red+Green+Blue) = 186+74+26=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A1A is #45B5E5. Grayscale: #666666. Windows color (decimal): -4568550 or 1723066. OLE color: 1723066.
HSL color Cylindrical-coordinate representation of color #BA4A1A: hue angle of 18º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA4A1A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 26 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.27 |
| HSL | 18º | 0.75% | 0.42% | - |
| HSV(B) | 18º | 0.86% | 0.73% | - |
| XYZ | 22.88 | 15.41 | 2.75 | - |
| YUV | 102.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 26 | 0 | 0.60 | 0.86 | 0.27 | 18 | 0.75 | 0.42 |
| Hex | BA | 4A | 1A | 0 | 3C | 56 | 1B | 12 | 4B | 2A |
| Octal | 272 | 112 | 32 | 0 | 74 | 126 | 33 | 22 | 113 | 52 |
| Binary | 10111010 | 1001010 | 11010 | 0 | 111100 | 1010110 | 11011 | 10010 | 1001011 | 101010 |
Color Harmonies of #BA4A1A
Complementary color
Monochromatic Colors of #BA4A1A
Black with #BA4A1A
Text Example
Text Example
White with #BA4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A1A; }
p { color: rgb(186,74,26); }
H1.HeaderClassName
{
color: #BA4A1A;
}
.AnyTagClassName
{
color: #BA4A1A;
}
</style>
background-color css
<style>
a { background-color: #BA4A1A; }
a { background-color: rgb(186,74,26); }
div.DivClassName
{
background-color: #BA4A1A;
}
.BgClassName
{
background-color: #BA4A1A;
}
</style>
border-color css
<style>
span { border-color: #BA4A1A; }
span { border-color: rgb(186,74,26); }
td.TdClassName
{
border-color: #BA4A1A;
}
.TagClassName
{
border-color: #BA4A1A;
}
</style>