Shades of Rust #BA3001
Tints of Rust #BA3001
RGB
CMYK
RGB Variations
Color information
#BA3001 (or 0xBA3001) is known color: Rust. HEX triplet: BA, 30 and 01. RGB value is (186,48,1). Sum of RGB (Red+Green+Blue) = 186+48+1=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3001 is #45CFFE. Grayscale: #545454. Windows color (decimal): -4575231 or 78010. OLE color: 78010.
HSL color Cylindrical-coordinate representation of color #BA3001: hue angle of 15.24º 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 #BA3001 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.27 |
| HSL | 15.24º | 0.99% | 0.37% | - |
| HSV(B) | 15.24º | 0.99% | 0.73% | - |
| XYZ | 21.31 | 12.56 | 1.33 | - |
| YUV | 83.9 | 81.22 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 1 | 0 | 0.74 | 0.99 | 0.27 | 15.24 | 0.99 | 0.37 |
| Hex | BA | 30 | 1 | 0 | 4A | 63 | 1B | F | 63 | 25 |
| Octal | 272 | 60 | 1 | 0 | 112 | 143 | 33 | 17 | 143 | 45 |
| Binary | 10111010 | 110000 | 1 | 0 | 1001010 | 1100011 | 11011 | 1111 | 1100011 | 100101 |
Color Harmonies of #BA3001
Complementary color
Monochromatic Colors of #BA3001
Black with #BA3001
Text Example
Text Example
White with #BA3001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3001; }
p { color: rgb(186,48,1); }
H1.HeaderClassName
{
color: #BA3001;
}
.AnyTagClassName
{
color: #BA3001;
}
</style>
background-color css
<style>
a { background-color: #BA3001; }
a { background-color: rgb(186,48,1); }
div.DivClassName
{
background-color: #BA3001;
}
.BgClassName
{
background-color: #BA3001;
}
</style>
border-color css
<style>
span { border-color: #BA3001; }
span { border-color: rgb(186,48,1); }
td.TdClassName
{
border-color: #BA3001;
}
.TagClassName
{
border-color: #BA3001;
}
</style>