Shades of Rust #BA2F05
Tints of Rust #BA2F05
RGB
CMYK
RGB Variations
Color information
#BA2F05 (or 0xBA2F05) is known color: Rust. HEX triplet: BA, 2F and 05. RGB value is (186,47,5). Sum of RGB (Red+Green+Blue) = 186+47+5=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F05 is #45D0FA. Grayscale: #545454. Windows color (decimal): -4575483 or 339898. OLE color: 339898.
HSL color Cylindrical-coordinate representation of color #BA2F05: hue angle of 13.92º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA2F05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.27 |
| HSL | 13.92º | 0.95% | 0.37% | - |
| HSV(B) | 13.92º | 0.97% | 0.73% | - |
| XYZ | 21.29 | 12.48 | 1.43 | - |
| YUV | 83.77 | 83.55 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 5 | 0 | 0.75 | 0.97 | 0.27 | 13.92 | 0.95 | 0.37 |
| Hex | BA | 2F | 5 | 0 | 4B | 61 | 1B | E | 5F | 25 |
| Octal | 272 | 57 | 5 | 0 | 113 | 141 | 33 | 16 | 137 | 45 |
| Binary | 10111010 | 101111 | 101 | 0 | 1001011 | 1100001 | 11011 | 1110 | 1011111 | 100101 |
Color Harmonies of #BA2F05
Complementary color
Monochromatic Colors of #BA2F05
Black with #BA2F05
Text Example
Text Example
White with #BA2F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F05; }
p { color: rgb(186,47,5); }
H1.HeaderClassName
{
color: #BA2F05;
}
.AnyTagClassName
{
color: #BA2F05;
}
</style>
background-color css
<style>
a { background-color: #BA2F05; }
a { background-color: rgb(186,47,5); }
div.DivClassName
{
background-color: #BA2F05;
}
.BgClassName
{
background-color: #BA2F05;
}
</style>
border-color css
<style>
span { border-color: #BA2F05; }
span { border-color: rgb(186,47,5); }
td.TdClassName
{
border-color: #BA2F05;
}
.TagClassName
{
border-color: #BA2F05;
}
</style>