Shades of Rust #BA4A17
Tints of Rust #BA4A17
RGB
CMYK
RGB Variations
Color information
#BA4A17 (or 0xBA4A17) is known color: Rust. HEX triplet: BA, 4A and 17. RGB value is (186,74,23). Sum of RGB (Red+Green+Blue) = 186+74+23=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A17 is #45B5E8. Grayscale: #656565. Windows color (decimal): -4568553 or 1526458. OLE color: 1526458.
HSL color Cylindrical-coordinate representation of color #BA4A17: hue angle of 18.77º 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 #BA4A17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.27 |
| HSL | 18.77º | 0.78% | 0.41% | - |
| HSV(B) | 18.77º | 0.88% | 0.73% | - |
| XYZ | 22.85 | 15.4 | 2.58 | - |
| YUV | 101.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 23 | 0 | 0.60 | 0.88 | 0.27 | 18.77 | 0.78 | 0.41 |
| Hex | BA | 4A | 17 | 0 | 3C | 58 | 1B | 13 | 4E | 29 |
| Octal | 272 | 112 | 27 | 0 | 74 | 130 | 33 | 23 | 116 | 51 |
| Binary | 10111010 | 1001010 | 10111 | 0 | 111100 | 1011000 | 11011 | 10011 | 1001110 | 101001 |
Color Harmonies of #BA4A17
Complementary color
Monochromatic Colors of #BA4A17
Black with #BA4A17
Text Example
Text Example
White with #BA4A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A17; }
p { color: rgb(186,74,23); }
H1.HeaderClassName
{
color: #BA4A17;
}
.AnyTagClassName
{
color: #BA4A17;
}
</style>
background-color css
<style>
a { background-color: #BA4A17; }
a { background-color: rgb(186,74,23); }
div.DivClassName
{
background-color: #BA4A17;
}
.BgClassName
{
background-color: #BA4A17;
}
</style>
border-color css
<style>
span { border-color: #BA4A17; }
span { border-color: rgb(186,74,23); }
td.TdClassName
{
border-color: #BA4A17;
}
.TagClassName
{
border-color: #BA4A17;
}
</style>