Shades of Rust #BA3D00
Tints of Rust #BA3D00
RGB
CMYK
RGB Variations
Color information
#BA3D00 (or 0xBA3D00) is known color: Rust. HEX triplet: BA, 3D and 00. RGB value is (186,61,0). Sum of RGB (Red+Green+Blue) = 186+61+0=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D00 is #45C2FF. Grayscale: #5B5B5B. Windows color (decimal): -4571904 or 15802. OLE color: 15802.
HSL color Cylindrical-coordinate representation of color #BA3D00: hue angle of 19.68º 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 #BA3D00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.27 |
| HSL | 19.68º | 1% | 0.36% | - |
| HSV(B) | 19.68º | 1% | 0.73% | - |
| XYZ | 21.92 | 13.78 | 1.5 | - |
| YUV | 91.42 | 76.41 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 0 | 0 | 0.67 | 1 | 0.27 | 19.68 | 1 | 0.36 |
| Hex | BA | 3D | 0 | 0 | 43 | 64 | 1B | 14 | 64 | 24 |
| Octal | 272 | 75 | 0 | 0 | 103 | 144 | 33 | 24 | 144 | 44 |
| Binary | 10111010 | 111101 | 0 | 0 | 1000011 | 1100100 | 11011 | 10100 | 1100100 | 100100 |
Color Harmonies of #BA3D00
Complementary color
Monochromatic Colors of #BA3D00
Black with #BA3D00
Text Example
Text Example
White with #BA3D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D00; }
p { color: rgb(186,61,0); }
H1.HeaderClassName
{
color: #BA3D00;
}
.AnyTagClassName
{
color: #BA3D00;
}
</style>
background-color css
<style>
a { background-color: #BA3D00; }
a { background-color: rgb(186,61,0); }
div.DivClassName
{
background-color: #BA3D00;
}
.BgClassName
{
background-color: #BA3D00;
}
</style>
border-color css
<style>
span { border-color: #BA3D00; }
span { border-color: rgb(186,61,0); }
td.TdClassName
{
border-color: #BA3D00;
}
.TagClassName
{
border-color: #BA3D00;
}
</style>