Shades of Rust #BA3917
Tints of Rust #BA3917
RGB
CMYK
RGB Variations
Color information
#BA3917 (or 0xBA3917) is known color: Rust. HEX triplet: BA, 39 and 17. RGB value is (186,57,23). Sum of RGB (Red+Green+Blue) = 186+57+23=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3917 is #45C6E8. Grayscale: #5B5B5B. Windows color (decimal): -4572905 or 1522106. OLE color: 1522106.
HSL color Cylindrical-coordinate representation of color #BA3917: hue angle of 12.52º 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 #BA3917 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 23 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.27 |
| HSL | 12.52º | 0.78% | 0.41% | - |
| HSV(B) | 12.52º | 0.88% | 0.73% | - |
| XYZ | 21.87 | 13.43 | 2.25 | - |
| YUV | 91.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 23 | 0 | 0.69 | 0.88 | 0.27 | 12.52 | 0.78 | 0.41 |
| Hex | BA | 39 | 17 | 0 | 45 | 58 | 1B | D | 4E | 29 |
| Octal | 272 | 71 | 27 | 0 | 105 | 130 | 33 | 15 | 116 | 51 |
| Binary | 10111010 | 111001 | 10111 | 0 | 1000101 | 1011000 | 11011 | 1101 | 1001110 | 101001 |
Color Harmonies of #BA3917
Complementary color
Monochromatic Colors of #BA3917
Black with #BA3917
Text Example
Text Example
White with #BA3917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3917; }
p { color: rgb(186,57,23); }
H1.HeaderClassName
{
color: #BA3917;
}
.AnyTagClassName
{
color: #BA3917;
}
</style>
background-color css
<style>
a { background-color: #BA3917; }
a { background-color: rgb(186,57,23); }
div.DivClassName
{
background-color: #BA3917;
}
.BgClassName
{
background-color: #BA3917;
}
</style>
border-color css
<style>
span { border-color: #BA3917; }
span { border-color: rgb(186,57,23); }
td.TdClassName
{
border-color: #BA3917;
}
.TagClassName
{
border-color: #BA3917;
}
</style>