Shades of Rust #BA3000
Tints of Rust #BA3000
RGB
CMYK
RGB Variations
Color information
#BA3000 (or 0xBA3000) is known color: Rust. HEX triplet: BA, 30 and 00. RGB value is (186,48,0). Sum of RGB (Red+Green+Blue) = 186+48+0=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3000 is #45CFFF. Grayscale: #545454. Windows color (decimal): -4575232 or 12474. OLE color: 12474.
HSL color Cylindrical-coordinate representation of color #BA3000: hue angle of 15.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA3000 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.27 |
| HSL | 15.48º | 1% | 0.36% | - |
| HSV(B) | 15.48º | 1% | 0.73% | - |
| XYZ | 21.31 | 12.55 | 1.3 | - |
| YUV | 83.79 | 80.72 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 0 | 0 | 0.74 | 1 | 0.27 | 15.48 | 1 | 0.36 |
| Hex | BA | 30 | 0 | 0 | 4A | 64 | 1B | F | 64 | 24 |
| Octal | 272 | 60 | 0 | 0 | 112 | 144 | 33 | 17 | 144 | 44 |
| Binary | 10111010 | 110000 | 0 | 0 | 1001010 | 1100100 | 11011 | 1111 | 1100100 | 100100 |
Color Harmonies of #BA3000
Complementary color
Monochromatic Colors of #BA3000
Black with #BA3000
Text Example
Text Example
White with #BA3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3000; }
p { color: rgb(186,48,0); }
H1.HeaderClassName
{
color: #BA3000;
}
.AnyTagClassName
{
color: #BA3000;
}
</style>
background-color css
<style>
a { background-color: #BA3000; }
a { background-color: rgb(186,48,0); }
div.DivClassName
{
background-color: #BA3000;
}
.BgClassName
{
background-color: #BA3000;
}
</style>
border-color css
<style>
span { border-color: #BA3000; }
span { border-color: rgb(186,48,0); }
td.TdClassName
{
border-color: #BA3000;
}
.TagClassName
{
border-color: #BA3000;
}
</style>