Shades of Rust #BA4B07
Tints of Rust #BA4B07
RGB
CMYK
RGB Variations
Color information
#BA4B07 (or 0xBA4B07) is known color: Rust. HEX triplet: BA, 4B and 07. RGB value is (186,75,7). Sum of RGB (Red+Green+Blue) = 186+75+7=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B07 is #45B4F8. Grayscale: #646464. Windows color (decimal): -4568313 or 478138. OLE color: 478138.
HSL color Cylindrical-coordinate representation of color #BA4B07: hue angle of 22.79º degrees, saturation: 0.93, 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 #BA4B07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.27 |
| HSL | 22.79º | 0.93% | 0.38% | - |
| HSV(B) | 22.79º | 0.96% | 0.73% | - |
| XYZ | 22.8 | 15.49 | 1.99 | - |
| YUV | 100.44 | 75.27 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 7 | 0 | 0.60 | 0.96 | 0.27 | 22.79 | 0.93 | 0.38 |
| Hex | BA | 4B | 7 | 0 | 3C | 60 | 1B | 17 | 5D | 26 |
| Octal | 272 | 113 | 7 | 0 | 74 | 140 | 33 | 27 | 135 | 46 |
| Binary | 10111010 | 1001011 | 111 | 0 | 111100 | 1100000 | 11011 | 10111 | 1011101 | 100110 |
Color Harmonies of #BA4B07
Complementary color
Monochromatic Colors of #BA4B07
Black with #BA4B07
Text Example
Text Example
White with #BA4B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B07; }
p { color: rgb(186,75,7); }
H1.HeaderClassName
{
color: #BA4B07;
}
.AnyTagClassName
{
color: #BA4B07;
}
</style>
background-color css
<style>
a { background-color: #BA4B07; }
a { background-color: rgb(186,75,7); }
div.DivClassName
{
background-color: #BA4B07;
}
.BgClassName
{
background-color: #BA4B07;
}
</style>
border-color css
<style>
span { border-color: #BA4B07; }
span { border-color: rgb(186,75,7); }
td.TdClassName
{
border-color: #BA4B07;
}
.TagClassName
{
border-color: #BA4B07;
}
</style>