Shades of Rust #BA4004
Tints of Rust #BA4004
RGB
CMYK
RGB Variations
Color information
#BA4004 (or 0xBA4004) is known color: Rust. HEX triplet: BA, 40 and 04. RGB value is (186,64,4). Sum of RGB (Red+Green+Blue) = 186+64+4=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4004 is #45BFFB. Grayscale: #5E5E5E. Windows color (decimal): -4571132 or 278714. OLE color: 278714.
HSL color Cylindrical-coordinate representation of color #BA4004: hue angle of 19.78º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA4004 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.27 |
| HSL | 19.78º | 0.96% | 0.37% | - |
| HSV(B) | 19.78º | 0.98% | 0.73% | - |
| XYZ | 22.11 | 14.11 | 1.67 | - |
| YUV | 93.64 | 77.42 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 4 | 0 | 0.66 | 0.98 | 0.27 | 19.78 | 0.96 | 0.37 |
| Hex | BA | 40 | 4 | 0 | 42 | 62 | 1B | 14 | 60 | 25 |
| Octal | 272 | 100 | 4 | 0 | 102 | 142 | 33 | 24 | 140 | 45 |
| Binary | 10111010 | 1000000 | 100 | 0 | 1000010 | 1100010 | 11011 | 10100 | 1100000 | 100101 |
Color Harmonies of #BA4004
Complementary color
Monochromatic Colors of #BA4004
Black with #BA4004
Text Example
Text Example
White with #BA4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4004; }
p { color: rgb(186,64,4); }
H1.HeaderClassName
{
color: #BA4004;
}
.AnyTagClassName
{
color: #BA4004;
}
</style>
background-color css
<style>
a { background-color: #BA4004; }
a { background-color: rgb(186,64,4); }
div.DivClassName
{
background-color: #BA4004;
}
.BgClassName
{
background-color: #BA4004;
}
</style>
border-color css
<style>
span { border-color: #BA4004; }
span { border-color: rgb(186,64,4); }
td.TdClassName
{
border-color: #BA4004;
}
.TagClassName
{
border-color: #BA4004;
}
</style>