Shades of Rust #BA380E
Tints of Rust #BA380E
RGB
CMYK
RGB Variations
Color information
#BA380E (or 0xBA380E) is known color: Rust. HEX triplet: BA, 38 and 0E. RGB value is (186,56,14). Sum of RGB (Red+Green+Blue) = 186+56+14=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA380E is #45C7F1. Grayscale: #5A5A5A. Windows color (decimal): -4573170 or 932026. OLE color: 932026.
HSL color Cylindrical-coordinate representation of color #BA380E: hue angle of 14.65º degrees, saturation: 0.86, 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 #BA380E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.27 |
| HSL | 14.65º | 0.86% | 0.39% | - |
| HSV(B) | 14.65º | 0.92% | 0.73% | - |
| XYZ | 21.74 | 13.3 | 1.84 | - |
| YUV | 90.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 14 | 0 | 0.70 | 0.92 | 0.27 | 14.65 | 0.86 | 0.39 |
| Hex | BA | 38 | E | 0 | 46 | 5C | 1B | F | 56 | 27 |
| Octal | 272 | 70 | 16 | 0 | 106 | 134 | 33 | 17 | 126 | 47 |
| Binary | 10111010 | 111000 | 1110 | 0 | 1000110 | 1011100 | 11011 | 1111 | 1010110 | 100111 |
Color Harmonies of #BA380E
Complementary color
Monochromatic Colors of #BA380E
Black with #BA380E
Text Example
Text Example
White with #BA380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA380E; }
p { color: rgb(186,56,14); }
H1.HeaderClassName
{
color: #BA380E;
}
.AnyTagClassName
{
color: #BA380E;
}
</style>
background-color css
<style>
a { background-color: #BA380E; }
a { background-color: rgb(186,56,14); }
div.DivClassName
{
background-color: #BA380E;
}
.BgClassName
{
background-color: #BA380E;
}
</style>
border-color css
<style>
span { border-color: #BA380E; }
span { border-color: rgb(186,56,14); }
td.TdClassName
{
border-color: #BA380E;
}
.TagClassName
{
border-color: #BA380E;
}
</style>