Shades of Rust #BA480A
Tints of Rust #BA480A
RGB
CMYK
RGB Variations
Color information
#BA480A (or 0xBA480A) is known color: Rust. HEX triplet: BA, 48 and 0A. RGB value is (186,72,10). Sum of RGB (Red+Green+Blue) = 186+72+10=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA480A is #45B7F5. Grayscale: #636363. Windows color (decimal): -4569078 or 673978. OLE color: 673978.
HSL color Cylindrical-coordinate representation of color #BA480A: hue angle of 21.14º 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 #BA480A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.27 |
| HSL | 21.14º | 0.9% | 0.38% | - |
| HSV(B) | 21.14º | 0.95% | 0.73% | - |
| XYZ | 22.62 | 15.1 | 2.01 | - |
| YUV | 99.02 | 77.77 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 10 | 0 | 0.61 | 0.95 | 0.27 | 21.14 | 0.9 | 0.38 |
| Hex | BA | 48 | A | 0 | 3D | 5F | 1B | 15 | 5A | 26 |
| Octal | 272 | 110 | 12 | 0 | 75 | 137 | 33 | 25 | 132 | 46 |
| Binary | 10111010 | 1001000 | 1010 | 0 | 111101 | 1011111 | 11011 | 10101 | 1011010 | 100110 |
Color Harmonies of #BA480A
Complementary color
Monochromatic Colors of #BA480A
Black with #BA480A
Text Example
Text Example
White with #BA480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA480A; }
p { color: rgb(186,72,10); }
H1.HeaderClassName
{
color: #BA480A;
}
.AnyTagClassName
{
color: #BA480A;
}
</style>
background-color css
<style>
a { background-color: #BA480A; }
a { background-color: rgb(186,72,10); }
div.DivClassName
{
background-color: #BA480A;
}
.BgClassName
{
background-color: #BA480A;
}
</style>
border-color css
<style>
span { border-color: #BA480A; }
span { border-color: rgb(186,72,10); }
td.TdClassName
{
border-color: #BA480A;
}
.TagClassName
{
border-color: #BA480A;
}
</style>