Shades of Rust #BA3A10
Tints of Rust #BA3A10
RGB
CMYK
RGB Variations
Color information
#BA3A10 (or 0xBA3A10) is known color: Rust. HEX triplet: BA, 3A and 10. RGB value is (186,58,16). Sum of RGB (Red+Green+Blue) = 186+58+16=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A10 is #45C5EF. Grayscale: #5B5B5B. Windows color (decimal): -4572656 or 1063610. OLE color: 1063610.
HSL color Cylindrical-coordinate representation of color #BA3A10: hue angle of 14.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA3A10 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 16 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.27 |
| HSL | 14.82º | 0.84% | 0.4% | - |
| HSV(B) | 14.82º | 0.91% | 0.73% | - |
| XYZ | 21.86 | 13.5 | 1.94 | - |
| YUV | 91.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 16 | 0 | 0.69 | 0.91 | 0.27 | 14.82 | 0.84 | 0.4 |
| Hex | BA | 3A | 10 | 0 | 45 | 5B | 1B | F | 54 | 28 |
| Octal | 272 | 72 | 20 | 0 | 105 | 133 | 33 | 17 | 124 | 50 |
| Binary | 10111010 | 111010 | 10000 | 0 | 1000101 | 1011011 | 11011 | 1111 | 1010100 | 101000 |
Color Harmonies of #BA3A10
Complementary color
Monochromatic Colors of #BA3A10
Black with #BA3A10
Text Example
Text Example
White with #BA3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A10; }
p { color: rgb(186,58,16); }
H1.HeaderClassName
{
color: #BA3A10;
}
.AnyTagClassName
{
color: #BA3A10;
}
</style>
background-color css
<style>
a { background-color: #BA3A10; }
a { background-color: rgb(186,58,16); }
div.DivClassName
{
background-color: #BA3A10;
}
.BgClassName
{
background-color: #BA3A10;
}
</style>
border-color css
<style>
span { border-color: #BA3A10; }
span { border-color: rgb(186,58,16); }
td.TdClassName
{
border-color: #BA3A10;
}
.TagClassName
{
border-color: #BA3A10;
}
</style>