Shades of Rust #BA2E02
Tints of Rust #BA2E02
RGB
CMYK
RGB Variations
Color information
#BA2E02 (or 0xBA2E02) is known color: Rust. HEX triplet: BA, 2E and 02. RGB value is (186,46,2). Sum of RGB (Red+Green+Blue) = 186+46+2=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E02 is #45D1FD. Grayscale: #535353. Windows color (decimal): -4575742 or 143034. OLE color: 143034.
HSL color Cylindrical-coordinate representation of color #BA2E02: hue angle of 14.35º 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 #BA2E02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.27 |
| HSL | 14.35º | 0.98% | 0.37% | - |
| HSV(B) | 14.35º | 0.99% | 0.73% | - |
| XYZ | 21.24 | 12.4 | 1.33 | - |
| YUV | 82.84 | 82.38 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 2 | 0 | 0.75 | 0.99 | 0.27 | 14.35 | 0.98 | 0.37 |
| Hex | BA | 2E | 2 | 0 | 4B | 63 | 1B | E | 62 | 25 |
| Octal | 272 | 56 | 2 | 0 | 113 | 143 | 33 | 16 | 142 | 45 |
| Binary | 10111010 | 101110 | 10 | 0 | 1001011 | 1100011 | 11011 | 1110 | 1100010 | 100101 |
Color Harmonies of #BA2E02
Complementary color
Monochromatic Colors of #BA2E02
Black with #BA2E02
Text Example
Text Example
White with #BA2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E02; }
p { color: rgb(186,46,2); }
H1.HeaderClassName
{
color: #BA2E02;
}
.AnyTagClassName
{
color: #BA2E02;
}
</style>
background-color css
<style>
a { background-color: #BA2E02; }
a { background-color: rgb(186,46,2); }
div.DivClassName
{
background-color: #BA2E02;
}
.BgClassName
{
background-color: #BA2E02;
}
</style>
border-color css
<style>
span { border-color: #BA2E02; }
span { border-color: rgb(186,46,2); }
td.TdClassName
{
border-color: #BA2E02;
}
.TagClassName
{
border-color: #BA2E02;
}
</style>