Shades of Rust #BA380F
Tints of Rust #BA380F
RGB
CMYK
RGB Variations
Color information
#BA380F (or 0xBA380F) is known color: Rust. HEX triplet: BA, 38 and 0F. RGB value is (186,56,15). Sum of RGB (Red+Green+Blue) = 186+56+15=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA380F is #45C7F0. Grayscale: #5A5A5A. Windows color (decimal): -4573169 or 997562. OLE color: 997562.
HSL color Cylindrical-coordinate representation of color #BA380F: hue angle of 14.39º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA380F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 15 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.27 |
| HSL | 14.39º | 0.85% | 0.39% | - |
| HSV(B) | 14.39º | 0.92% | 0.73% | - |
| XYZ | 21.75 | 13.3 | 1.87 | - |
| YUV | 90.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 15 | 0 | 0.70 | 0.92 | 0.27 | 14.39 | 0.85 | 0.39 |
| Hex | BA | 38 | F | 0 | 46 | 5C | 1B | E | 55 | 27 |
| Octal | 272 | 70 | 17 | 0 | 106 | 134 | 33 | 16 | 125 | 47 |
| Binary | 10111010 | 111000 | 1111 | 0 | 1000110 | 1011100 | 11011 | 1110 | 1010101 | 100111 |
Color Harmonies of #BA380F
Complementary color
Monochromatic Colors of #BA380F
Black with #BA380F
Text Example
Text Example
White with #BA380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA380F; }
p { color: rgb(186,56,15); }
H1.HeaderClassName
{
color: #BA380F;
}
.AnyTagClassName
{
color: #BA380F;
}
</style>
background-color css
<style>
a { background-color: #BA380F; }
a { background-color: rgb(186,56,15); }
div.DivClassName
{
background-color: #BA380F;
}
.BgClassName
{
background-color: #BA380F;
}
</style>
border-color css
<style>
span { border-color: #BA380F; }
span { border-color: rgb(186,56,15); }
td.TdClassName
{
border-color: #BA380F;
}
.TagClassName
{
border-color: #BA380F;
}
</style>