Shades of Rust #BA3A07
Tints of Rust #BA3A07
RGB
CMYK
RGB Variations
Color information
#BA3A07 (or 0xBA3A07) is known color: Rust. HEX triplet: BA, 3A and 07. RGB value is (186,58,7). Sum of RGB (Red+Green+Blue) = 186+58+7=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A07 is #45C5F8. Grayscale: #5A5A5A. Windows color (decimal): -4572665 or 473786. OLE color: 473786.
HSL color Cylindrical-coordinate representation of color #BA3A07: hue angle of 17.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA3A07 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.27 |
| HSL | 17.09º | 0.93% | 0.38% | - |
| HSV(B) | 17.09º | 0.96% | 0.73% | - |
| XYZ | 21.8 | 13.48 | 1.65 | - |
| YUV | 90.46 | 80.91 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 7 | 0 | 0.69 | 0.96 | 0.27 | 17.09 | 0.93 | 0.38 |
| Hex | BA | 3A | 7 | 0 | 45 | 60 | 1B | 11 | 5D | 26 |
| Octal | 272 | 72 | 7 | 0 | 105 | 140 | 33 | 21 | 135 | 46 |
| Binary | 10111010 | 111010 | 111 | 0 | 1000101 | 1100000 | 11011 | 10001 | 1011101 | 100110 |
Color Harmonies of #BA3A07
Complementary color
Monochromatic Colors of #BA3A07
Black with #BA3A07
Text Example
Text Example
White with #BA3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A07; }
p { color: rgb(186,58,7); }
H1.HeaderClassName
{
color: #BA3A07;
}
.AnyTagClassName
{
color: #BA3A07;
}
</style>
background-color css
<style>
a { background-color: #BA3A07; }
a { background-color: rgb(186,58,7); }
div.DivClassName
{
background-color: #BA3A07;
}
.BgClassName
{
background-color: #BA3A07;
}
</style>
border-color css
<style>
span { border-color: #BA3A07; }
span { border-color: rgb(186,58,7); }
td.TdClassName
{
border-color: #BA3A07;
}
.TagClassName
{
border-color: #BA3A07;
}
</style>