Shades of Rust #BA4702
Tints of Rust #BA4702
RGB
CMYK
RGB Variations
Color information
#BA4702 (or 0xBA4702) is known color: Rust. HEX triplet: BA, 47 and 02. RGB value is (186,71,2). Sum of RGB (Red+Green+Blue) = 186+71+2=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4702 is #45B8FD. Grayscale: #616161. Windows color (decimal): -4569342 or 149434. OLE color: 149434.
HSL color Cylindrical-coordinate representation of color #BA4702: hue angle of 22.5º 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 #BA4702 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.27 |
| HSL | 22.5º | 0.98% | 0.37% | - |
| HSV(B) | 22.5º | 0.99% | 0.73% | - |
| XYZ | 22.51 | 14.95 | 1.76 | - |
| YUV | 97.52 | 74.1 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 2 | 0 | 0.62 | 0.99 | 0.27 | 22.5 | 0.98 | 0.37 |
| Hex | BA | 47 | 2 | 0 | 3E | 63 | 1B | 16 | 62 | 25 |
| Octal | 272 | 107 | 2 | 0 | 76 | 143 | 33 | 26 | 142 | 45 |
| Binary | 10111010 | 1000111 | 10 | 0 | 111110 | 1100011 | 11011 | 10110 | 1100010 | 100101 |
Color Harmonies of #BA4702
Complementary color
Monochromatic Colors of #BA4702
Black with #BA4702
Text Example
Text Example
White with #BA4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4702; }
p { color: rgb(186,71,2); }
H1.HeaderClassName
{
color: #BA4702;
}
.AnyTagClassName
{
color: #BA4702;
}
</style>
background-color css
<style>
a { background-color: #BA4702; }
a { background-color: rgb(186,71,2); }
div.DivClassName
{
background-color: #BA4702;
}
.BgClassName
{
background-color: #BA4702;
}
</style>
border-color css
<style>
span { border-color: #BA4702; }
span { border-color: rgb(186,71,2); }
td.TdClassName
{
border-color: #BA4702;
}
.TagClassName
{
border-color: #BA4702;
}
</style>