Shades of Rust #BA4001
Tints of Rust #BA4001
RGB
CMYK
RGB Variations
Color information
#BA4001 (or 0xBA4001) is known color: Rust. HEX triplet: BA, 40 and 01. RGB value is (186,64,1). Sum of RGB (Red+Green+Blue) = 186+64+1=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4001 is #45BFFE. Grayscale: #5D5D5D. Windows color (decimal): -4571135 or 82106. OLE color: 82106.
HSL color Cylindrical-coordinate representation of color #BA4001: hue angle of 20.43º 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 #BA4001 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.27 |
| HSL | 20.43º | 0.99% | 0.37% | - |
| HSV(B) | 20.43º | 0.99% | 0.73% | - |
| XYZ | 22.09 | 14.11 | 1.59 | - |
| YUV | 93.3 | 75.92 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 1 | 0 | 0.66 | 0.99 | 0.27 | 20.43 | 0.99 | 0.37 |
| Hex | BA | 40 | 1 | 0 | 42 | 63 | 1B | 14 | 63 | 25 |
| Octal | 272 | 100 | 1 | 0 | 102 | 143 | 33 | 24 | 143 | 45 |
| Binary | 10111010 | 1000000 | 1 | 0 | 1000010 | 1100011 | 11011 | 10100 | 1100011 | 100101 |
Color Harmonies of #BA4001
Complementary color
Monochromatic Colors of #BA4001
Black with #BA4001
Text Example
Text Example
White with #BA4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4001; }
p { color: rgb(186,64,1); }
H1.HeaderClassName
{
color: #BA4001;
}
.AnyTagClassName
{
color: #BA4001;
}
</style>
background-color css
<style>
a { background-color: #BA4001; }
a { background-color: rgb(186,64,1); }
div.DivClassName
{
background-color: #BA4001;
}
.BgClassName
{
background-color: #BA4001;
}
</style>
border-color css
<style>
span { border-color: #BA4001; }
span { border-color: rgb(186,64,1); }
td.TdClassName
{
border-color: #BA4001;
}
.TagClassName
{
border-color: #BA4001;
}
</style>