Shades of Rust #BA4B08
Tints of Rust #BA4B08
RGB
CMYK
RGB Variations
Color information
#BA4B08 (or 0xBA4B08) is known color: Rust. HEX triplet: BA, 4B and 08. RGB value is (186,75,8). Sum of RGB (Red+Green+Blue) = 186+75+8=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B08 is #45B4F7. Grayscale: #646464. Windows color (decimal): -4568312 or 543674. OLE color: 543674.
HSL color Cylindrical-coordinate representation of color #BA4B08: hue angle of 22.58º 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 #BA4B08 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.27 |
| HSL | 22.58º | 0.92% | 0.38% | - |
| HSV(B) | 22.58º | 0.96% | 0.73% | - |
| XYZ | 22.81 | 15.49 | 2.02 | - |
| YUV | 100.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 8 | 0 | 0.60 | 0.96 | 0.27 | 22.58 | 0.92 | 0.38 |
| Hex | BA | 4B | 8 | 0 | 3C | 60 | 1B | 17 | 5C | 26 |
| Octal | 272 | 113 | 10 | 0 | 74 | 140 | 33 | 27 | 134 | 46 |
| Binary | 10111010 | 1001011 | 1000 | 0 | 111100 | 1100000 | 11011 | 10111 | 1011100 | 100110 |
Color Harmonies of #BA4B08
Complementary color
Monochromatic Colors of #BA4B08
Black with #BA4B08
Text Example
Text Example
White with #BA4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B08; }
p { color: rgb(186,75,8); }
H1.HeaderClassName
{
color: #BA4B08;
}
.AnyTagClassName
{
color: #BA4B08;
}
</style>
background-color css
<style>
a { background-color: #BA4B08; }
a { background-color: rgb(186,75,8); }
div.DivClassName
{
background-color: #BA4B08;
}
.BgClassName
{
background-color: #BA4B08;
}
</style>
border-color css
<style>
span { border-color: #BA4B08; }
span { border-color: rgb(186,75,8); }
td.TdClassName
{
border-color: #BA4B08;
}
.TagClassName
{
border-color: #BA4B08;
}
</style>