Shades of Rust #BA4A08
Tints of Rust #BA4A08
RGB
CMYK
RGB Variations
Color information
#BA4A08 (or 0xBA4A08) is known color: Rust. HEX triplet: BA, 4A and 08. RGB value is (186,74,8). Sum of RGB (Red+Green+Blue) = 186+74+8=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A08 is #45B5F7. Grayscale: #646464. Windows color (decimal): -4568568 or 543418. OLE color: 543418.
HSL color Cylindrical-coordinate representation of color #BA4A08: hue angle of 22.25º 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 #BA4A08 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.27 |
| HSL | 22.25º | 0.92% | 0.38% | - |
| HSV(B) | 22.25º | 0.96% | 0.73% | - |
| XYZ | 22.74 | 15.35 | 1.99 | - |
| YUV | 99.96 | 76.11 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 8 | 0 | 0.60 | 0.96 | 0.27 | 22.25 | 0.92 | 0.38 |
| Hex | BA | 4A | 8 | 0 | 3C | 60 | 1B | 16 | 5C | 26 |
| Octal | 272 | 112 | 10 | 0 | 74 | 140 | 33 | 26 | 134 | 46 |
| Binary | 10111010 | 1001010 | 1000 | 0 | 111100 | 1100000 | 11011 | 10110 | 1011100 | 100110 |
Color Harmonies of #BA4A08
Complementary color
Monochromatic Colors of #BA4A08
Black with #BA4A08
Text Example
Text Example
White with #BA4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A08; }
p { color: rgb(186,74,8); }
H1.HeaderClassName
{
color: #BA4A08;
}
.AnyTagClassName
{
color: #BA4A08;
}
</style>
background-color css
<style>
a { background-color: #BA4A08; }
a { background-color: rgb(186,74,8); }
div.DivClassName
{
background-color: #BA4A08;
}
.BgClassName
{
background-color: #BA4A08;
}
</style>
border-color css
<style>
span { border-color: #BA4A08; }
span { border-color: rgb(186,74,8); }
td.TdClassName
{
border-color: #BA4A08;
}
.TagClassName
{
border-color: #BA4A08;
}
</style>