Shades of Rust #BA380D
Tints of Rust #BA380D
RGB
CMYK
RGB Variations
Color information
#BA380D (or 0xBA380D) is known color: Rust. HEX triplet: BA, 38 and 0D. RGB value is (186,56,13). Sum of RGB (Red+Green+Blue) = 186+56+13=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA380D is #45C7F2. Grayscale: #5A5A5A. Windows color (decimal): -4573171 or 866490. OLE color: 866490.
HSL color Cylindrical-coordinate representation of color #BA380D: hue angle of 14.91º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA380D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 13 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.27 |
| HSL | 14.91º | 0.87% | 0.39% | - |
| HSV(B) | 14.91º | 0.93% | 0.73% | - |
| XYZ | 21.74 | 13.3 | 1.8 | - |
| YUV | 89.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 13 | 0 | 0.70 | 0.93 | 0.27 | 14.91 | 0.87 | 0.39 |
| Hex | BA | 38 | D | 0 | 46 | 5D | 1B | F | 57 | 27 |
| Octal | 272 | 70 | 15 | 0 | 106 | 135 | 33 | 17 | 127 | 47 |
| Binary | 10111010 | 111000 | 1101 | 0 | 1000110 | 1011101 | 11011 | 1111 | 1010111 | 100111 |
Color Harmonies of #BA380D
Complementary color
Monochromatic Colors of #BA380D
Black with #BA380D
Text Example
Text Example
White with #BA380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA380D; }
p { color: rgb(186,56,13); }
H1.HeaderClassName
{
color: #BA380D;
}
.AnyTagClassName
{
color: #BA380D;
}
</style>
background-color css
<style>
a { background-color: #BA380D; }
a { background-color: rgb(186,56,13); }
div.DivClassName
{
background-color: #BA380D;
}
.BgClassName
{
background-color: #BA380D;
}
</style>
border-color css
<style>
span { border-color: #BA380D; }
span { border-color: rgb(186,56,13); }
td.TdClassName
{
border-color: #BA380D;
}
.TagClassName
{
border-color: #BA380D;
}
</style>