Shades of Rust #BA521A
Tints of Rust #BA521A
RGB
CMYK
RGB Variations
Color information
#BA521A (or 0xBA521A) is known color: Rust. HEX triplet: BA, 52 and 1A. RGB value is (186,82,26). Sum of RGB (Red+Green+Blue) = 186+82+26=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA521A is #45ADE5. Grayscale: #6B6B6B. Windows color (decimal): -4566502 or 1725114. OLE color: 1725114.
HSL color Cylindrical-coordinate representation of color #BA521A: hue angle of 21º 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 #BA521A is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 26 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.27 |
| HSL | 21º | 0.75% | 0.42% | - |
| HSV(B) | 21º | 0.86% | 0.73% | - |
| XYZ | 23.45 | 16.55 | 2.94 | - |
| YUV | 106.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 26 | 0 | 0.56 | 0.86 | 0.27 | 21 | 0.75 | 0.42 |
| Hex | BA | 52 | 1A | 0 | 38 | 56 | 1B | 15 | 4B | 2A |
| Octal | 272 | 122 | 32 | 0 | 70 | 126 | 33 | 25 | 113 | 52 |
| Binary | 10111010 | 1010010 | 11010 | 0 | 111000 | 1010110 | 11011 | 10101 | 1001011 | 101010 |
Color Harmonies of #BA521A
Complementary color
Monochromatic Colors of #BA521A
Black with #BA521A
Text Example
Text Example
White with #BA521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA521A; }
p { color: rgb(186,82,26); }
H1.HeaderClassName
{
color: #BA521A;
}
.AnyTagClassName
{
color: #BA521A;
}
</style>
background-color css
<style>
a { background-color: #BA521A; }
a { background-color: rgb(186,82,26); }
div.DivClassName
{
background-color: #BA521A;
}
.BgClassName
{
background-color: #BA521A;
}
</style>
border-color css
<style>
span { border-color: #BA521A; }
span { border-color: rgb(186,82,26); }
td.TdClassName
{
border-color: #BA521A;
}
.TagClassName
{
border-color: #BA521A;
}
</style>