Shades of Rust #BA3E01
Tints of Rust #BA3E01
RGB
CMYK
RGB Variations
Color information
#BA3E01 (or 0xBA3E01) is known color: Rust. HEX triplet: BA, 3E and 01. RGB value is (186,62,1). Sum of RGB (Red+Green+Blue) = 186+62+1=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E01 is #45C1FE. Grayscale: #5C5C5C. Windows color (decimal): -4571647 or 81594. OLE color: 81594.
HSL color Cylindrical-coordinate representation of color #BA3E01: hue angle of 19.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA3E01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.27 |
| HSL | 19.78º | 0.99% | 0.37% | - |
| HSV(B) | 19.78º | 0.99% | 0.73% | - |
| XYZ | 21.98 | 13.89 | 1.55 | - |
| YUV | 92.12 | 76.58 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 1 | 0 | 0.67 | 0.99 | 0.27 | 19.78 | 0.99 | 0.37 |
| Hex | BA | 3E | 1 | 0 | 43 | 63 | 1B | 14 | 63 | 25 |
| Octal | 272 | 76 | 1 | 0 | 103 | 143 | 33 | 24 | 143 | 45 |
| Binary | 10111010 | 111110 | 1 | 0 | 1000011 | 1100011 | 11011 | 10100 | 1100011 | 100101 |
Color Harmonies of #BA3E01
Complementary color
Monochromatic Colors of #BA3E01
Black with #BA3E01
Text Example
Text Example
White with #BA3E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E01; }
p { color: rgb(186,62,1); }
H1.HeaderClassName
{
color: #BA3E01;
}
.AnyTagClassName
{
color: #BA3E01;
}
</style>
background-color css
<style>
a { background-color: #BA3E01; }
a { background-color: rgb(186,62,1); }
div.DivClassName
{
background-color: #BA3E01;
}
.BgClassName
{
background-color: #BA3E01;
}
</style>
border-color css
<style>
span { border-color: #BA3E01; }
span { border-color: rgb(186,62,1); }
td.TdClassName
{
border-color: #BA3E01;
}
.TagClassName
{
border-color: #BA3E01;
}
</style>