Shades of Rust #BA2E03
Tints of Rust #BA2E03
RGB
CMYK
RGB Variations
Color information
#BA2E03 (or 0xBA2E03) is known color: Rust. HEX triplet: BA, 2E and 03. RGB value is (186,46,3). Sum of RGB (Red+Green+Blue) = 186+46+3=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E03 is #45D1FC. Grayscale: #535353. Windows color (decimal): -4575741 or 208570. OLE color: 208570.
HSL color Cylindrical-coordinate representation of color #BA2E03: hue angle of 14.1º degrees, saturation: 0.97, 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 #BA2E03 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.27 |
| HSL | 14.1º | 0.97% | 0.37% | - |
| HSV(B) | 14.1º | 0.98% | 0.73% | - |
| XYZ | 21.24 | 12.4 | 1.36 | - |
| YUV | 82.96 | 82.88 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 3 | 0 | 0.75 | 0.98 | 0.27 | 14.1 | 0.97 | 0.37 |
| Hex | BA | 2E | 3 | 0 | 4B | 62 | 1B | E | 61 | 25 |
| Octal | 272 | 56 | 3 | 0 | 113 | 142 | 33 | 16 | 141 | 45 |
| Binary | 10111010 | 101110 | 11 | 0 | 1001011 | 1100010 | 11011 | 1110 | 1100001 | 100101 |
Color Harmonies of #BA2E03
Complementary color
Monochromatic Colors of #BA2E03
Black with #BA2E03
Text Example
Text Example
White with #BA2E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E03; }
p { color: rgb(186,46,3); }
H1.HeaderClassName
{
color: #BA2E03;
}
.AnyTagClassName
{
color: #BA2E03;
}
</style>
background-color css
<style>
a { background-color: #BA2E03; }
a { background-color: rgb(186,46,3); }
div.DivClassName
{
background-color: #BA2E03;
}
.BgClassName
{
background-color: #BA2E03;
}
</style>
border-color css
<style>
span { border-color: #BA2E03; }
span { border-color: rgb(186,46,3); }
td.TdClassName
{
border-color: #BA2E03;
}
.TagClassName
{
border-color: #BA2E03;
}
</style>