Shades of Rust #BA4502
Tints of Rust #BA4502
RGB
CMYK
RGB Variations
Color information
#BA4502 (or 0xBA4502) is known color: Rust. HEX triplet: BA, 45 and 02. RGB value is (186,69,2). Sum of RGB (Red+Green+Blue) = 186+69+2=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4502 is #45BAFD. Grayscale: #606060. Windows color (decimal): -4569854 or 148922. OLE color: 148922.
HSL color Cylindrical-coordinate representation of color #BA4502: hue angle of 21.85º 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 #BA4502 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.27 |
| HSL | 21.85º | 0.98% | 0.37% | - |
| HSV(B) | 21.85º | 0.99% | 0.73% | - |
| XYZ | 22.39 | 14.7 | 1.71 | - |
| YUV | 96.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 2 | 0 | 0.63 | 0.99 | 0.27 | 21.85 | 0.98 | 0.37 |
| Hex | BA | 45 | 2 | 0 | 3F | 63 | 1B | 16 | 62 | 25 |
| Octal | 272 | 105 | 2 | 0 | 77 | 143 | 33 | 26 | 142 | 45 |
| Binary | 10111010 | 1000101 | 10 | 0 | 111111 | 1100011 | 11011 | 10110 | 1100010 | 100101 |
Color Harmonies of #BA4502
Complementary color
Monochromatic Colors of #BA4502
Black with #BA4502
Text Example
Text Example
White with #BA4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4502; }
p { color: rgb(186,69,2); }
H1.HeaderClassName
{
color: #BA4502;
}
.AnyTagClassName
{
color: #BA4502;
}
</style>
background-color css
<style>
a { background-color: #BA4502; }
a { background-color: rgb(186,69,2); }
div.DivClassName
{
background-color: #BA4502;
}
.BgClassName
{
background-color: #BA4502;
}
</style>
border-color css
<style>
span { border-color: #BA4502; }
span { border-color: rgb(186,69,2); }
td.TdClassName
{
border-color: #BA4502;
}
.TagClassName
{
border-color: #BA4502;
}
</style>