Shades of Rust #BA2F03
Tints of Rust #BA2F03
RGB
CMYK
RGB Variations
Color information
#BA2F03 (or 0xBA2F03) is known color: Rust. HEX triplet: BA, 2F and 03. RGB value is (186,47,3). Sum of RGB (Red+Green+Blue) = 186+47+3=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2F03 is #45D0FC. Grayscale: #535353. Windows color (decimal): -4575485 or 208826. OLE color: 208826.
HSL color Cylindrical-coordinate representation of color #BA2F03: hue angle of 14.43º 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 #BA2F03 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.27 |
| HSL | 14.43º | 0.97% | 0.37% | - |
| HSV(B) | 14.43º | 0.98% | 0.73% | - |
| XYZ | 21.28 | 12.48 | 1.37 | - |
| YUV | 83.55 | 82.55 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 3 | 0 | 0.75 | 0.98 | 0.27 | 14.43 | 0.97 | 0.37 |
| Hex | BA | 2F | 3 | 0 | 4B | 62 | 1B | E | 61 | 25 |
| Octal | 272 | 57 | 3 | 0 | 113 | 142 | 33 | 16 | 141 | 45 |
| Binary | 10111010 | 101111 | 11 | 0 | 1001011 | 1100010 | 11011 | 1110 | 1100001 | 100101 |
Color Harmonies of #BA2F03
Complementary color
Monochromatic Colors of #BA2F03
Black with #BA2F03
Text Example
Text Example
White with #BA2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F03; }
p { color: rgb(186,47,3); }
H1.HeaderClassName
{
color: #BA2F03;
}
.AnyTagClassName
{
color: #BA2F03;
}
</style>
background-color css
<style>
a { background-color: #BA2F03; }
a { background-color: rgb(186,47,3); }
div.DivClassName
{
background-color: #BA2F03;
}
.BgClassName
{
background-color: #BA2F03;
}
</style>
border-color css
<style>
span { border-color: #BA2F03; }
span { border-color: rgb(186,47,3); }
td.TdClassName
{
border-color: #BA2F03;
}
.TagClassName
{
border-color: #BA2F03;
}
</style>