Shades of Rust #BA3E03
Tints of Rust #BA3E03
RGB
CMYK
RGB Variations
Color information
#BA3E03 (or 0xBA3E03) is known color: Rust. HEX triplet: BA, 3E and 03. RGB value is (186,62,3). Sum of RGB (Red+Green+Blue) = 186+62+3=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E03 is #45C1FC. Grayscale: #5C5C5C. Windows color (decimal): -4571645 or 212666. OLE color: 212666.
HSL color Cylindrical-coordinate representation of color #BA3E03: hue angle of 19.34º 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 #BA3E03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.27 |
| HSL | 19.34º | 0.97% | 0.37% | - |
| HSV(B) | 19.34º | 0.98% | 0.73% | - |
| XYZ | 21.99 | 13.89 | 1.61 | - |
| YUV | 92.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 3 | 0 | 0.67 | 0.98 | 0.27 | 19.34 | 0.97 | 0.37 |
| Hex | BA | 3E | 3 | 0 | 43 | 62 | 1B | 13 | 61 | 25 |
| Octal | 272 | 76 | 3 | 0 | 103 | 142 | 33 | 23 | 141 | 45 |
| Binary | 10111010 | 111110 | 11 | 0 | 1000011 | 1100010 | 11011 | 10011 | 1100001 | 100101 |
Color Harmonies of #BA3E03
Complementary color
Monochromatic Colors of #BA3E03
Black with #BA3E03
Text Example
Text Example
White with #BA3E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E03; }
p { color: rgb(186,62,3); }
H1.HeaderClassName
{
color: #BA3E03;
}
.AnyTagClassName
{
color: #BA3E03;
}
</style>
background-color css
<style>
a { background-color: #BA3E03; }
a { background-color: rgb(186,62,3); }
div.DivClassName
{
background-color: #BA3E03;
}
.BgClassName
{
background-color: #BA3E03;
}
</style>
border-color css
<style>
span { border-color: #BA3E03; }
span { border-color: rgb(186,62,3); }
td.TdClassName
{
border-color: #BA3E03;
}
.TagClassName
{
border-color: #BA3E03;
}
</style>