Shades of Rust #BA401B
Tints of Rust #BA401B
RGB
CMYK
RGB Variations
Color information
#BA401B (or 0xBA401B) is known color: Rust. HEX triplet: BA, 40 and 1B. RGB value is (186,64,27). Sum of RGB (Red+Green+Blue) = 186+64+27=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA401B is #45BFE4. Grayscale: #606060. Windows color (decimal): -4571109 or 1786042. OLE color: 1786042.
HSL color Cylindrical-coordinate representation of color #BA401B: hue angle of 13.96º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA401B is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 27 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.27 |
| HSL | 13.96º | 0.75% | 0.42% | - |
| HSV(B) | 13.96º | 0.85% | 0.73% | - |
| XYZ | 22.28 | 14.19 | 2.6 | - |
| YUV | 96.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 27 | 0 | 0.66 | 0.85 | 0.27 | 13.96 | 0.75 | 0.42 |
| Hex | BA | 40 | 1B | 0 | 42 | 55 | 1B | E | 4B | 2A |
| Octal | 272 | 100 | 33 | 0 | 102 | 125 | 33 | 16 | 113 | 52 |
| Binary | 10111010 | 1000000 | 11011 | 0 | 1000010 | 1010101 | 11011 | 1110 | 1001011 | 101010 |
Color Harmonies of #BA401B
Complementary color
Monochromatic Colors of #BA401B
Black with #BA401B
Text Example
Text Example
White with #BA401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA401B; }
p { color: rgb(186,64,27); }
H1.HeaderClassName
{
color: #BA401B;
}
.AnyTagClassName
{
color: #BA401B;
}
</style>
background-color css
<style>
a { background-color: #BA401B; }
a { background-color: rgb(186,64,27); }
div.DivClassName
{
background-color: #BA401B;
}
.BgClassName
{
background-color: #BA401B;
}
</style>
border-color css
<style>
span { border-color: #BA401B; }
span { border-color: rgb(186,64,27); }
td.TdClassName
{
border-color: #BA401B;
}
.TagClassName
{
border-color: #BA401B;
}
</style>