Shades of Rust #BA3100
Tints of Rust #BA3100
RGB
CMYK
RGB Variations
Color information
#BA3100 (or 0xBA3100) is known color: Rust. HEX triplet: BA, 31 and 00. RGB value is (186,49,0). Sum of RGB (Red+Green+Blue) = 186+49+0=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3100 is #45CEFF. Grayscale: #545454. Windows color (decimal): -4574976 or 12730. OLE color: 12730.
HSL color Cylindrical-coordinate representation of color #BA3100: hue angle of 15.81º 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 #BA3100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.27 |
| HSL | 15.81º | 1% | 0.36% | - |
| HSV(B) | 15.81º | 1% | 0.73% | - |
| XYZ | 21.35 | 12.64 | 1.31 | - |
| YUV | 84.38 | 80.39 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 0 | 0 | 0.74 | 1 | 0.27 | 15.81 | 1 | 0.36 |
| Hex | BA | 31 | 0 | 0 | 4A | 64 | 1B | 10 | 64 | 24 |
| Octal | 272 | 61 | 0 | 0 | 112 | 144 | 33 | 20 | 144 | 44 |
| Binary | 10111010 | 110001 | 0 | 0 | 1001010 | 1100100 | 11011 | 10000 | 1100100 | 100100 |
Color Harmonies of #BA3100
Complementary color
Monochromatic Colors of #BA3100
Black with #BA3100
Text Example
Text Example
White with #BA3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3100; }
p { color: rgb(186,49,0); }
H1.HeaderClassName
{
color: #BA3100;
}
.AnyTagClassName
{
color: #BA3100;
}
</style>
background-color css
<style>
a { background-color: #BA3100; }
a { background-color: rgb(186,49,0); }
div.DivClassName
{
background-color: #BA3100;
}
.BgClassName
{
background-color: #BA3100;
}
</style>
border-color css
<style>
span { border-color: #BA3100; }
span { border-color: rgb(186,49,0); }
td.TdClassName
{
border-color: #BA3100;
}
.TagClassName
{
border-color: #BA3100;
}
</style>