Shades of Rust #BA4802
Tints of Rust #BA4802
RGB
CMYK
RGB Variations
Color information
#BA4802 (or 0xBA4802) is known color: Rust. HEX triplet: BA, 48 and 02. RGB value is (186,72,2). Sum of RGB (Red+Green+Blue) = 186+72+2=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4802 is #45B7FD. Grayscale: #626262. Windows color (decimal): -4569086 or 149690. OLE color: 149690.
HSL color Cylindrical-coordinate representation of color #BA4802: hue angle of 22.83º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA4802 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.27 |
| HSL | 22.83º | 0.98% | 0.37% | - |
| HSV(B) | 22.83º | 0.99% | 0.73% | - |
| XYZ | 22.58 | 15.08 | 1.78 | - |
| YUV | 98.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 2 | 0 | 0.61 | 0.99 | 0.27 | 22.83 | 0.98 | 0.37 |
| Hex | BA | 48 | 2 | 0 | 3D | 63 | 1B | 17 | 62 | 25 |
| Octal | 272 | 110 | 2 | 0 | 75 | 143 | 33 | 27 | 142 | 45 |
| Binary | 10111010 | 1001000 | 10 | 0 | 111101 | 1100011 | 11011 | 10111 | 1100010 | 100101 |
Color Harmonies of #BA4802
Complementary color
Monochromatic Colors of #BA4802
Black with #BA4802
Text Example
Text Example
White with #BA4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4802; }
p { color: rgb(186,72,2); }
H1.HeaderClassName
{
color: #BA4802;
}
.AnyTagClassName
{
color: #BA4802;
}
</style>
background-color css
<style>
a { background-color: #BA4802; }
a { background-color: rgb(186,72,2); }
div.DivClassName
{
background-color: #BA4802;
}
.BgClassName
{
background-color: #BA4802;
}
</style>
border-color css
<style>
span { border-color: #BA4802; }
span { border-color: rgb(186,72,2); }
td.TdClassName
{
border-color: #BA4802;
}
.TagClassName
{
border-color: #BA4802;
}
</style>