Shades of Rust #BA4D08
Tints of Rust #BA4D08
RGB
CMYK
RGB Variations
Color information
#BA4D08 (or 0xBA4D08) is known color: Rust. HEX triplet: BA, 4D and 08. RGB value is (186,77,8). Sum of RGB (Red+Green+Blue) = 186+77+8=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4D08 is #45B2F7. Grayscale: #666666. Windows color (decimal): -4567800 or 544186. OLE color: 544186.
HSL color Cylindrical-coordinate representation of color #BA4D08: hue angle of 23.26º 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 #BA4D08 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.27 |
| HSL | 23.26º | 0.92% | 0.38% | - |
| HSV(B) | 23.26º | 0.96% | 0.73% | - |
| XYZ | 22.95 | 15.76 | 2.06 | - |
| YUV | 101.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 8 | 0 | 0.59 | 0.96 | 0.27 | 23.26 | 0.92 | 0.38 |
| Hex | BA | 4D | 8 | 0 | 3B | 60 | 1B | 17 | 5C | 26 |
| Octal | 272 | 115 | 10 | 0 | 73 | 140 | 33 | 27 | 134 | 46 |
| Binary | 10111010 | 1001101 | 1000 | 0 | 111011 | 1100000 | 11011 | 10111 | 1011100 | 100110 |
Color Harmonies of #BA4D08
Complementary color
Monochromatic Colors of #BA4D08
Black with #BA4D08
Text Example
Text Example
White with #BA4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D08; }
p { color: rgb(186,77,8); }
H1.HeaderClassName
{
color: #BA4D08;
}
.AnyTagClassName
{
color: #BA4D08;
}
</style>
background-color css
<style>
a { background-color: #BA4D08; }
a { background-color: rgb(186,77,8); }
div.DivClassName
{
background-color: #BA4D08;
}
.BgClassName
{
background-color: #BA4D08;
}
</style>
border-color css
<style>
span { border-color: #BA4D08; }
span { border-color: rgb(186,77,8); }
td.TdClassName
{
border-color: #BA4D08;
}
.TagClassName
{
border-color: #BA4D08;
}
</style>