Shades of Rust #BA481A
Tints of Rust #BA481A
RGB
CMYK
RGB Variations
Color information
#BA481A (or 0xBA481A) is known color: Rust. HEX triplet: BA, 48 and 1A. RGB value is (186,72,26). Sum of RGB (Red+Green+Blue) = 186+72+26=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA481A is #45B7E5. Grayscale: #656565. Windows color (decimal): -4569062 or 1722554. OLE color: 1722554.
HSL color Cylindrical-coordinate representation of color #BA481A: hue angle of 17.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA481A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.27 |
| HSL | 17.25º | 0.75% | 0.42% | - |
| HSV(B) | 17.25º | 0.86% | 0.73% | - |
| XYZ | 22.75 | 15.15 | 2.7 | - |
| YUV | 100.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 26 | 0 | 0.61 | 0.86 | 0.27 | 17.25 | 0.75 | 0.42 |
| Hex | BA | 48 | 1A | 0 | 3D | 56 | 1B | 11 | 4B | 2A |
| Octal | 272 | 110 | 32 | 0 | 75 | 126 | 33 | 21 | 113 | 52 |
| Binary | 10111010 | 1001000 | 11010 | 0 | 111101 | 1010110 | 11011 | 10001 | 1001011 | 101010 |
Color Harmonies of #BA481A
Complementary color
Monochromatic Colors of #BA481A
Black with #BA481A
Text Example
Text Example
White with #BA481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA481A; }
p { color: rgb(186,72,26); }
H1.HeaderClassName
{
color: #BA481A;
}
.AnyTagClassName
{
color: #BA481A;
}
</style>
background-color css
<style>
a { background-color: #BA481A; }
a { background-color: rgb(186,72,26); }
div.DivClassName
{
background-color: #BA481A;
}
.BgClassName
{
background-color: #BA481A;
}
</style>
border-color css
<style>
span { border-color: #BA481A; }
span { border-color: rgb(186,72,26); }
td.TdClassName
{
border-color: #BA481A;
}
.TagClassName
{
border-color: #BA481A;
}
</style>