Shades of Rust #BA3800
Tints of Rust #BA3800
RGB
CMYK
RGB Variations
Color information
#BA3800 (or 0xBA3800) is known color: Rust. HEX triplet: BA, 38 and 00. RGB value is (186,56,0). Sum of RGB (Red+Green+Blue) = 186+56+0=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3800 is #45C7FF. Grayscale: #585858. Windows color (decimal): -4573184 or 14522. OLE color: 14522.
HSL color Cylindrical-coordinate representation of color #BA3800: hue angle of 18.06º 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 #BA3800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.27 |
| HSL | 18.06º | 1% | 0.36% | - |
| HSV(B) | 18.06º | 1% | 0.73% | - |
| XYZ | 21.66 | 13.27 | 1.42 | - |
| YUV | 88.49 | 78.07 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 0 | 0 | 0.70 | 1 | 0.27 | 18.06 | 1 | 0.36 |
| Hex | BA | 38 | 0 | 0 | 46 | 64 | 1B | 12 | 64 | 24 |
| Octal | 272 | 70 | 0 | 0 | 106 | 144 | 33 | 22 | 144 | 44 |
| Binary | 10111010 | 111000 | 0 | 0 | 1000110 | 1100100 | 11011 | 10010 | 1100100 | 100100 |
Color Harmonies of #BA3800
Complementary color
Monochromatic Colors of #BA3800
Black with #BA3800
Text Example
Text Example
White with #BA3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3800; }
p { color: rgb(186,56,0); }
H1.HeaderClassName
{
color: #BA3800;
}
.AnyTagClassName
{
color: #BA3800;
}
</style>
background-color css
<style>
a { background-color: #BA3800; }
a { background-color: rgb(186,56,0); }
div.DivClassName
{
background-color: #BA3800;
}
.BgClassName
{
background-color: #BA3800;
}
</style>
border-color css
<style>
span { border-color: #BA3800; }
span { border-color: rgb(186,56,0); }
td.TdClassName
{
border-color: #BA3800;
}
.TagClassName
{
border-color: #BA3800;
}
</style>