Shades of Rust #BA3A18
Tints of Rust #BA3A18
RGB
CMYK
RGB Variations
Color information
#BA3A18 (or 0xBA3A18) is known color: Rust. HEX triplet: BA, 3A and 18. RGB value is (186,58,24). Sum of RGB (Red+Green+Blue) = 186+58+24=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A18 is #45C5E7. Grayscale: #5C5C5C. Windows color (decimal): -4572648 or 1587898. OLE color: 1587898.
HSL color Cylindrical-coordinate representation of color #BA3A18: hue angle of 12.59º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA3A18 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 24 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.27 |
| HSL | 12.59º | 0.77% | 0.41% | - |
| HSV(B) | 12.59º | 0.87% | 0.73% | - |
| XYZ | 21.93 | 13.53 | 2.32 | - |
| YUV | 92.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 24 | 0 | 0.69 | 0.87 | 0.27 | 12.59 | 0.77 | 0.41 |
| Hex | BA | 3A | 18 | 0 | 45 | 57 | 1B | D | 4D | 29 |
| Octal | 272 | 72 | 30 | 0 | 105 | 127 | 33 | 15 | 115 | 51 |
| Binary | 10111010 | 111010 | 11000 | 0 | 1000101 | 1010111 | 11011 | 1101 | 1001101 | 101001 |
Color Harmonies of #BA3A18
Complementary color
Monochromatic Colors of #BA3A18
Black with #BA3A18
Text Example
Text Example
White with #BA3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A18; }
p { color: rgb(186,58,24); }
H1.HeaderClassName
{
color: #BA3A18;
}
.AnyTagClassName
{
color: #BA3A18;
}
</style>
background-color css
<style>
a { background-color: #BA3A18; }
a { background-color: rgb(186,58,24); }
div.DivClassName
{
background-color: #BA3A18;
}
.BgClassName
{
background-color: #BA3A18;
}
</style>
border-color css
<style>
span { border-color: #BA3A18; }
span { border-color: rgb(186,58,24); }
td.TdClassName
{
border-color: #BA3A18;
}
.TagClassName
{
border-color: #BA3A18;
}
</style>