Shades of Rust #BA390B
Tints of Rust #BA390B
RGB
CMYK
RGB Variations
Color information
#BA390B (or 0xBA390B) is known color: Rust. HEX triplet: BA, 39 and 0B. RGB value is (186,57,11). Sum of RGB (Red+Green+Blue) = 186+57+11=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA390B is #45C6F4. Grayscale: #5A5A5A. Windows color (decimal): -4572917 or 735674. OLE color: 735674.
HSL color Cylindrical-coordinate representation of color #BA390B: hue angle of 15.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA390B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.27 |
| HSL | 15.77º | 0.89% | 0.39% | - |
| HSV(B) | 15.77º | 0.94% | 0.73% | - |
| XYZ | 21.77 | 13.39 | 1.75 | - |
| YUV | 90.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 11 | 0 | 0.69 | 0.94 | 0.27 | 15.77 | 0.89 | 0.39 |
| Hex | BA | 39 | B | 0 | 45 | 5E | 1B | 10 | 59 | 27 |
| Octal | 272 | 71 | 13 | 0 | 105 | 136 | 33 | 20 | 131 | 47 |
| Binary | 10111010 | 111001 | 1011 | 0 | 1000101 | 1011110 | 11011 | 10000 | 1011001 | 100111 |
Color Harmonies of #BA390B
Complementary color
Monochromatic Colors of #BA390B
Black with #BA390B
Text Example
Text Example
White with #BA390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA390B; }
p { color: rgb(186,57,11); }
H1.HeaderClassName
{
color: #BA390B;
}
.AnyTagClassName
{
color: #BA390B;
}
</style>
background-color css
<style>
a { background-color: #BA390B; }
a { background-color: rgb(186,57,11); }
div.DivClassName
{
background-color: #BA390B;
}
.BgClassName
{
background-color: #BA390B;
}
</style>
border-color css
<style>
span { border-color: #BA390B; }
span { border-color: rgb(186,57,11); }
td.TdClassName
{
border-color: #BA390B;
}
.TagClassName
{
border-color: #BA390B;
}
</style>