Shades of Rust #BA3507
Tints of Rust #BA3507
RGB
CMYK
RGB Variations
Color information
#BA3507 (or 0xBA3507) is known color: Rust. HEX triplet: BA, 35 and 07. RGB value is (186,53,7). Sum of RGB (Red+Green+Blue) = 186+53+7=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3507 is #45CAF8. Grayscale: #575757. Windows color (decimal): -4573945 or 472506. OLE color: 472506.
HSL color Cylindrical-coordinate representation of color #BA3507: hue angle of 15.42º 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 #BA3507 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.27 |
| HSL | 15.42º | 0.93% | 0.38% | - |
| HSV(B) | 15.42º | 0.96% | 0.73% | - |
| XYZ | 21.56 | 13 | 1.57 | - |
| YUV | 87.52 | 82.56 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 7 | 0 | 0.72 | 0.96 | 0.27 | 15.42 | 0.93 | 0.38 |
| Hex | BA | 35 | 7 | 0 | 48 | 60 | 1B | F | 5D | 26 |
| Octal | 272 | 65 | 7 | 0 | 110 | 140 | 33 | 17 | 135 | 46 |
| Binary | 10111010 | 110101 | 111 | 0 | 1001000 | 1100000 | 11011 | 1111 | 1011101 | 100110 |
Color Harmonies of #BA3507
Complementary color
Monochromatic Colors of #BA3507
Black with #BA3507
Text Example
Text Example
White with #BA3507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3507; }
p { color: rgb(186,53,7); }
H1.HeaderClassName
{
color: #BA3507;
}
.AnyTagClassName
{
color: #BA3507;
}
</style>
background-color css
<style>
a { background-color: #BA3507; }
a { background-color: rgb(186,53,7); }
div.DivClassName
{
background-color: #BA3507;
}
.BgClassName
{
background-color: #BA3507;
}
</style>
border-color css
<style>
span { border-color: #BA3507; }
span { border-color: rgb(186,53,7); }
td.TdClassName
{
border-color: #BA3507;
}
.TagClassName
{
border-color: #BA3507;
}
</style>