Shades of Rust #BA350F
Tints of Rust #BA350F
RGB
CMYK
RGB Variations
Color information
#BA350F (or 0xBA350F) is known color: Rust. HEX triplet: BA, 35 and 0F. RGB value is (186,53,15). Sum of RGB (Red+Green+Blue) = 186+53+15=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA350F is #45CAF0. Grayscale: #585858. Windows color (decimal): -4573937 or 996794. OLE color: 996794.
HSL color Cylindrical-coordinate representation of color #BA350F: hue angle of 13.33º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA350F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.27 |
| HSL | 13.33º | 0.85% | 0.39% | - |
| HSV(B) | 13.33º | 0.92% | 0.73% | - |
| XYZ | 21.61 | 13.02 | 1.83 | - |
| YUV | 88.44 | 86.56 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 15 | 0 | 0.72 | 0.92 | 0.27 | 13.33 | 0.85 | 0.39 |
| Hex | BA | 35 | F | 0 | 48 | 5C | 1B | D | 55 | 27 |
| Octal | 272 | 65 | 17 | 0 | 110 | 134 | 33 | 15 | 125 | 47 |
| Binary | 10111010 | 110101 | 1111 | 0 | 1001000 | 1011100 | 11011 | 1101 | 1010101 | 100111 |
Color Harmonies of #BA350F
Complementary color
Monochromatic Colors of #BA350F
Black with #BA350F
Text Example
Text Example
White with #BA350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA350F; }
p { color: rgb(186,53,15); }
H1.HeaderClassName
{
color: #BA350F;
}
.AnyTagClassName
{
color: #BA350F;
}
</style>
background-color css
<style>
a { background-color: #BA350F; }
a { background-color: rgb(186,53,15); }
div.DivClassName
{
background-color: #BA350F;
}
.BgClassName
{
background-color: #BA350F;
}
</style>
border-color css
<style>
span { border-color: #BA350F; }
span { border-color: rgb(186,53,15); }
td.TdClassName
{
border-color: #BA350F;
}
.TagClassName
{
border-color: #BA350F;
}
</style>