Shades of Rust #BA4521
Tints of Rust #BA4521
RGB
CMYK
RGB Variations
Color information
#BA4521 (or 0xBA4521) is known color: Rust. HEX triplet: BA, 45 and 21. RGB value is (186,69,33). Sum of RGB (Red+Green+Blue) = 186+69+33=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4521 is #45BADE. Grayscale: #646464. Windows color (decimal): -4569823 or 2180538. OLE color: 2180538.
HSL color Cylindrical-coordinate representation of color #BA4521: hue angle of 14.12º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA4521 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 33 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.27 |
| HSL | 14.12º | 0.7% | 0.43% | - |
| HSV(B) | 14.12º | 0.82% | 0.73% | - |
| XYZ | 22.65 | 14.81 | 3.1 | - |
| YUV | 99.88 | 90.26 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 33 | 0 | 0.63 | 0.82 | 0.27 | 14.12 | 0.7 | 0.43 |
| Hex | BA | 45 | 21 | 0 | 3F | 52 | 1B | E | 46 | 2B |
| Octal | 272 | 105 | 41 | 0 | 77 | 122 | 33 | 16 | 106 | 53 |
| Binary | 10111010 | 1000101 | 100001 | 0 | 111111 | 1010010 | 11011 | 1110 | 1000110 | 101011 |
Color Harmonies of #BA4521
Complementary color
Monochromatic Colors of #BA4521
Black with #BA4521
Text Example
Text Example
White with #BA4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4521; }
p { color: rgb(186,69,33); }
H1.HeaderClassName
{
color: #BA4521;
}
.AnyTagClassName
{
color: #BA4521;
}
</style>
background-color css
<style>
a { background-color: #BA4521; }
a { background-color: rgb(186,69,33); }
div.DivClassName
{
background-color: #BA4521;
}
.BgClassName
{
background-color: #BA4521;
}
</style>
border-color css
<style>
span { border-color: #BA4521; }
span { border-color: rgb(186,69,33); }
td.TdClassName
{
border-color: #BA4521;
}
.TagClassName
{
border-color: #BA4521;
}
</style>