Shades of Rust #BA3A17
Tints of Rust #BA3A17
RGB
CMYK
RGB Variations
Color information
#BA3A17 (or 0xBA3A17) is known color: Rust. HEX triplet: BA, 3A and 17. RGB value is (186,58,23). Sum of RGB (Red+Green+Blue) = 186+58+23=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A17 is #45C5E8. Grayscale: #5C5C5C. Windows color (decimal): -4572649 or 1522362. OLE color: 1522362.
HSL color Cylindrical-coordinate representation of color #BA3A17: hue angle of 12.88º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA3A17 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 23 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.27 |
| HSL | 12.88º | 0.78% | 0.41% | - |
| HSV(B) | 12.88º | 0.88% | 0.73% | - |
| XYZ | 21.92 | 13.53 | 2.27 | - |
| YUV | 92.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 23 | 0 | 0.69 | 0.88 | 0.27 | 12.88 | 0.78 | 0.41 |
| Hex | BA | 3A | 17 | 0 | 45 | 58 | 1B | D | 4E | 29 |
| Octal | 272 | 72 | 27 | 0 | 105 | 130 | 33 | 15 | 116 | 51 |
| Binary | 10111010 | 111010 | 10111 | 0 | 1000101 | 1011000 | 11011 | 1101 | 1001110 | 101001 |
Color Harmonies of #BA3A17
Complementary color
Monochromatic Colors of #BA3A17
Black with #BA3A17
Text Example
Text Example
White with #BA3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A17; }
p { color: rgb(186,58,23); }
H1.HeaderClassName
{
color: #BA3A17;
}
.AnyTagClassName
{
color: #BA3A17;
}
</style>
background-color css
<style>
a { background-color: #BA3A17; }
a { background-color: rgb(186,58,23); }
div.DivClassName
{
background-color: #BA3A17;
}
.BgClassName
{
background-color: #BA3A17;
}
</style>
border-color css
<style>
span { border-color: #BA3A17; }
span { border-color: rgb(186,58,23); }
td.TdClassName
{
border-color: #BA3A17;
}
.TagClassName
{
border-color: #BA3A17;
}
</style>