Shades of Rust #BA481D
Tints of Rust #BA481D
RGB
CMYK
RGB Variations
Color information
#BA481D (or 0xBA481D) is known color: Rust. HEX triplet: BA, 48 and 1D. RGB value is (186,72,29). Sum of RGB (Red+Green+Blue) = 186+72+29=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA481D is #45B7E2. Grayscale: #656565. Windows color (decimal): -4569059 or 1919162. OLE color: 1919162.
HSL color Cylindrical-coordinate representation of color #BA481D: hue angle of 16.43º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA481D is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 29 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.27 |
| HSL | 16.43º | 0.73% | 0.42% | - |
| HSV(B) | 16.43º | 0.84% | 0.73% | - |
| XYZ | 22.79 | 15.16 | 2.89 | - |
| YUV | 101.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 29 | 0 | 0.61 | 0.84 | 0.27 | 16.43 | 0.73 | 0.42 |
| Hex | BA | 48 | 1D | 0 | 3D | 54 | 1B | 10 | 49 | 2A |
| Octal | 272 | 110 | 35 | 0 | 75 | 124 | 33 | 20 | 111 | 52 |
| Binary | 10111010 | 1001000 | 11101 | 0 | 111101 | 1010100 | 11011 | 10000 | 1001001 | 101010 |
Color Harmonies of #BA481D
Complementary color
Monochromatic Colors of #BA481D
Black with #BA481D
Text Example
Text Example
White with #BA481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA481D; }
p { color: rgb(186,72,29); }
H1.HeaderClassName
{
color: #BA481D;
}
.AnyTagClassName
{
color: #BA481D;
}
</style>
background-color css
<style>
a { background-color: #BA481D; }
a { background-color: rgb(186,72,29); }
div.DivClassName
{
background-color: #BA481D;
}
.BgClassName
{
background-color: #BA481D;
}
</style>
border-color css
<style>
span { border-color: #BA481D; }
span { border-color: rgb(186,72,29); }
td.TdClassName
{
border-color: #BA481D;
}
.TagClassName
{
border-color: #BA481D;
}
</style>