Shades of Rust #BA350A
Tints of Rust #BA350A
RGB
CMYK
RGB Variations
Color information
#BA350A (or 0xBA350A) is known color: Rust. HEX triplet: BA, 35 and 0A. RGB value is (186,53,10). Sum of RGB (Red+Green+Blue) = 186+53+10=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA350A is #45CAF5. Grayscale: #585858. Windows color (decimal): -4573942 or 669114. OLE color: 669114.
HSL color Cylindrical-coordinate representation of color #BA350A: hue angle of 14.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA350A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.27 |
| HSL | 14.66º | 0.9% | 0.38% | - |
| HSV(B) | 14.66º | 0.95% | 0.73% | - |
| XYZ | 21.58 | 13.01 | 1.66 | - |
| YUV | 87.87 | 84.06 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 10 | 0 | 0.72 | 0.95 | 0.27 | 14.66 | 0.9 | 0.38 |
| Hex | BA | 35 | A | 0 | 48 | 5F | 1B | F | 5A | 26 |
| Octal | 272 | 65 | 12 | 0 | 110 | 137 | 33 | 17 | 132 | 46 |
| Binary | 10111010 | 110101 | 1010 | 0 | 1001000 | 1011111 | 11011 | 1111 | 1011010 | 100110 |
Color Harmonies of #BA350A
Complementary color
Monochromatic Colors of #BA350A
Black with #BA350A
Text Example
Text Example
White with #BA350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA350A; }
p { color: rgb(186,53,10); }
H1.HeaderClassName
{
color: #BA350A;
}
.AnyTagClassName
{
color: #BA350A;
}
</style>
background-color css
<style>
a { background-color: #BA350A; }
a { background-color: rgb(186,53,10); }
div.DivClassName
{
background-color: #BA350A;
}
.BgClassName
{
background-color: #BA350A;
}
</style>
border-color css
<style>
span { border-color: #BA350A; }
span { border-color: rgb(186,53,10); }
td.TdClassName
{
border-color: #BA350A;
}
.TagClassName
{
border-color: #BA350A;
}
</style>