Shades of Rust #BA4320
Tints of Rust #BA4320
RGB
CMYK
RGB Variations
Color information
#BA4320 (or 0xBA4320) is known color: Rust. HEX triplet: BA, 43 and 20. RGB value is (186,67,32). Sum of RGB (Red+Green+Blue) = 186+67+32=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4320 is #45BCDF. Grayscale: #626262. Windows color (decimal): -4570336 or 2114490. OLE color: 2114490.
HSL color Cylindrical-coordinate representation of color #BA4320: hue angle of 13.64º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA4320 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 32 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.27 |
| HSL | 13.64º | 0.71% | 0.43% | - |
| HSV(B) | 13.64º | 0.83% | 0.73% | - |
| XYZ | 22.52 | 14.56 | 2.99 | - |
| YUV | 98.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 32 | 0 | 0.64 | 0.83 | 0.27 | 13.64 | 0.71 | 0.43 |
| Hex | BA | 43 | 20 | 0 | 40 | 53 | 1B | E | 47 | 2B |
| Octal | 272 | 103 | 40 | 0 | 100 | 123 | 33 | 16 | 107 | 53 |
| Binary | 10111010 | 1000011 | 100000 | 0 | 1000000 | 1010011 | 11011 | 1110 | 1000111 | 101011 |
Color Harmonies of #BA4320
Complementary color
Monochromatic Colors of #BA4320
Black with #BA4320
Text Example
Text Example
White with #BA4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4320; }
p { color: rgb(186,67,32); }
H1.HeaderClassName
{
color: #BA4320;
}
.AnyTagClassName
{
color: #BA4320;
}
</style>
background-color css
<style>
a { background-color: #BA4320; }
a { background-color: rgb(186,67,32); }
div.DivClassName
{
background-color: #BA4320;
}
.BgClassName
{
background-color: #BA4320;
}
</style>
border-color css
<style>
span { border-color: #BA4320; }
span { border-color: rgb(186,67,32); }
td.TdClassName
{
border-color: #BA4320;
}
.TagClassName
{
border-color: #BA4320;
}
</style>