Shades of Rust #BA4A1B
Tints of Rust #BA4A1B
RGB
CMYK
RGB Variations
Color information
#BA4A1B (or 0xBA4A1B) is known color: Rust. HEX triplet: BA, 4A and 1B. RGB value is (186,74,27). Sum of RGB (Red+Green+Blue) = 186+74+27=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A1B is #45B5E4. Grayscale: #666666. Windows color (decimal): -4568549 or 1788602. OLE color: 1788602.
HSL color Cylindrical-coordinate representation of color #BA4A1B: hue angle of 17.74º 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 #BA4A1B is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 27 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.27 |
| HSL | 17.74º | 0.75% | 0.42% | - |
| HSV(B) | 17.74º | 0.85% | 0.73% | - |
| XYZ | 22.9 | 15.42 | 2.81 | - |
| YUV | 102.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 27 | 0 | 0.60 | 0.85 | 0.27 | 17.74 | 0.75 | 0.42 |
| Hex | BA | 4A | 1B | 0 | 3C | 55 | 1B | 12 | 4B | 2A |
| Octal | 272 | 112 | 33 | 0 | 74 | 125 | 33 | 22 | 113 | 52 |
| Binary | 10111010 | 1001010 | 11011 | 0 | 111100 | 1010101 | 11011 | 10010 | 1001011 | 101010 |
Color Harmonies of #BA4A1B
Complementary color
Monochromatic Colors of #BA4A1B
Black with #BA4A1B
Text Example
Text Example
White with #BA4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A1B; }
p { color: rgb(186,74,27); }
H1.HeaderClassName
{
color: #BA4A1B;
}
.AnyTagClassName
{
color: #BA4A1B;
}
</style>
background-color css
<style>
a { background-color: #BA4A1B; }
a { background-color: rgb(186,74,27); }
div.DivClassName
{
background-color: #BA4A1B;
}
.BgClassName
{
background-color: #BA4A1B;
}
</style>
border-color css
<style>
span { border-color: #BA4A1B; }
span { border-color: rgb(186,74,27); }
td.TdClassName
{
border-color: #BA4A1B;
}
.TagClassName
{
border-color: #BA4A1B;
}
</style>