Shades of Rust #BA4E08
Tints of Rust #BA4E08
RGB
CMYK
RGB Variations
Color information
#BA4E08 (or 0xBA4E08) is known color: Rust. HEX triplet: BA, 4E and 08. RGB value is (186,78,8). Sum of RGB (Red+Green+Blue) = 186+78+8=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E08 is #45B1F7. Grayscale: #666666. Windows color (decimal): -4567544 or 544442. OLE color: 544442.
HSL color Cylindrical-coordinate representation of color #BA4E08: hue angle of 23.6º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA4E08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.27 |
| HSL | 23.6º | 0.92% | 0.38% | - |
| HSV(B) | 23.6º | 0.96% | 0.73% | - |
| XYZ | 23.02 | 15.91 | 2.09 | - |
| YUV | 102.31 | 74.78 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 8 | 0 | 0.58 | 0.96 | 0.27 | 23.6 | 0.92 | 0.38 |
| Hex | BA | 4E | 8 | 0 | 3A | 60 | 1B | 18 | 5C | 26 |
| Octal | 272 | 116 | 10 | 0 | 72 | 140 | 33 | 30 | 134 | 46 |
| Binary | 10111010 | 1001110 | 1000 | 0 | 111010 | 1100000 | 11011 | 11000 | 1011100 | 100110 |
Color Harmonies of #BA4E08
Complementary color
Monochromatic Colors of #BA4E08
Black with #BA4E08
Text Example
Text Example
White with #BA4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E08; }
p { color: rgb(186,78,8); }
H1.HeaderClassName
{
color: #BA4E08;
}
.AnyTagClassName
{
color: #BA4E08;
}
</style>
background-color css
<style>
a { background-color: #BA4E08; }
a { background-color: rgb(186,78,8); }
div.DivClassName
{
background-color: #BA4E08;
}
.BgClassName
{
background-color: #BA4E08;
}
</style>
border-color css
<style>
span { border-color: #BA4E08; }
span { border-color: rgb(186,78,8); }
td.TdClassName
{
border-color: #BA4E08;
}
.TagClassName
{
border-color: #BA4E08;
}
</style>