Shades of Rust #BA3400
Tints of Rust #BA3400
RGB
CMYK
RGB Variations
Color information
#BA3400 (or 0xBA3400) is known color: Rust. HEX triplet: BA, 34 and 00. RGB value is (186,52,0). Sum of RGB (Red+Green+Blue) = 186+52+0=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3400 is #45CBFF. Grayscale: #565656. Windows color (decimal): -4574208 or 13498. OLE color: 13498.
HSL color Cylindrical-coordinate representation of color #BA3400: hue angle of 16.77º 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 #BA3400 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.27 |
| HSL | 16.77º | 1% | 0.36% | - |
| HSV(B) | 16.77º | 1% | 0.73% | - |
| XYZ | 21.48 | 12.9 | 1.36 | - |
| YUV | 86.14 | 79.39 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 0 | 0 | 0.72 | 1 | 0.27 | 16.77 | 1 | 0.36 |
| Hex | BA | 34 | 0 | 0 | 48 | 64 | 1B | 11 | 64 | 24 |
| Octal | 272 | 64 | 0 | 0 | 110 | 144 | 33 | 21 | 144 | 44 |
| Binary | 10111010 | 110100 | 0 | 0 | 1001000 | 1100100 | 11011 | 10001 | 1100100 | 100100 |
Color Harmonies of #BA3400
Complementary color
Monochromatic Colors of #BA3400
Black with #BA3400
Text Example
Text Example
White with #BA3400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3400; }
p { color: rgb(186,52,0); }
H1.HeaderClassName
{
color: #BA3400;
}
.AnyTagClassName
{
color: #BA3400;
}
</style>
background-color css
<style>
a { background-color: #BA3400; }
a { background-color: rgb(186,52,0); }
div.DivClassName
{
background-color: #BA3400;
}
.BgClassName
{
background-color: #BA3400;
}
</style>
border-color css
<style>
span { border-color: #BA3400; }
span { border-color: rgb(186,52,0); }
td.TdClassName
{
border-color: #BA3400;
}
.TagClassName
{
border-color: #BA3400;
}
</style>