Shades of Rust #BA3C17
Tints of Rust #BA3C17
RGB
CMYK
RGB Variations
Color information
#BA3C17 (or 0xBA3C17) is known color: Rust. HEX triplet: BA, 3C and 17. RGB value is (186,60,23). Sum of RGB (Red+Green+Blue) = 186+60+23=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C17 is #45C3E8. Grayscale: #5D5D5D. Windows color (decimal): -4572137 or 1522874. OLE color: 1522874.
HSL color Cylindrical-coordinate representation of color #BA3C17: hue angle of 13.62º 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 #BA3C17 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.27 |
| HSL | 13.62º | 0.78% | 0.41% | - |
| HSV(B) | 13.62º | 0.88% | 0.73% | - |
| XYZ | 22.02 | 13.73 | 2.3 | - |
| YUV | 93.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 23 | 0 | 0.68 | 0.88 | 0.27 | 13.62 | 0.78 | 0.41 |
| Hex | BA | 3C | 17 | 0 | 44 | 58 | 1B | E | 4E | 29 |
| Octal | 272 | 74 | 27 | 0 | 104 | 130 | 33 | 16 | 116 | 51 |
| Binary | 10111010 | 111100 | 10111 | 0 | 1000100 | 1011000 | 11011 | 1110 | 1001110 | 101001 |
Color Harmonies of #BA3C17
Complementary color
Monochromatic Colors of #BA3C17
Black with #BA3C17
Text Example
Text Example
White with #BA3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C17; }
p { color: rgb(186,60,23); }
H1.HeaderClassName
{
color: #BA3C17;
}
.AnyTagClassName
{
color: #BA3C17;
}
</style>
background-color css
<style>
a { background-color: #BA3C17; }
a { background-color: rgb(186,60,23); }
div.DivClassName
{
background-color: #BA3C17;
}
.BgClassName
{
background-color: #BA3C17;
}
</style>
border-color css
<style>
span { border-color: #BA3C17; }
span { border-color: rgb(186,60,23); }
td.TdClassName
{
border-color: #BA3C17;
}
.TagClassName
{
border-color: #BA3C17;
}
</style>