Shades of Rust #BA3306
Tints of Rust #BA3306
RGB
CMYK
RGB Variations
Color information
#BA3306 (or 0xBA3306) is known color: Rust. HEX triplet: BA, 33 and 06. RGB value is (186,51,6). Sum of RGB (Red+Green+Blue) = 186+51+6=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3306 is #45CCF9. Grayscale: #565656. Windows color (decimal): -4574458 or 406458. OLE color: 406458.
HSL color Cylindrical-coordinate representation of color #BA3306: hue angle of 15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA3306 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.27 |
| HSL | 15º | 0.94% | 0.38% | - |
| HSV(B) | 15º | 0.97% | 0.73% | - |
| XYZ | 21.47 | 12.82 | 1.52 | - |
| YUV | 86.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 6 | 0 | 0.73 | 0.97 | 0.27 | 15 | 0.94 | 0.38 |
| Hex | BA | 33 | 6 | 0 | 49 | 61 | 1B | F | 5E | 26 |
| Octal | 272 | 63 | 6 | 0 | 111 | 141 | 33 | 17 | 136 | 46 |
| Binary | 10111010 | 110011 | 110 | 0 | 1001001 | 1100001 | 11011 | 1111 | 1011110 | 100110 |
Color Harmonies of #BA3306
Complementary color
Monochromatic Colors of #BA3306
Black with #BA3306
Text Example
Text Example
White with #BA3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3306; }
p { color: rgb(186,51,6); }
H1.HeaderClassName
{
color: #BA3306;
}
.AnyTagClassName
{
color: #BA3306;
}
</style>
background-color css
<style>
a { background-color: #BA3306; }
a { background-color: rgb(186,51,6); }
div.DivClassName
{
background-color: #BA3306;
}
.BgClassName
{
background-color: #BA3306;
}
</style>
border-color css
<style>
span { border-color: #BA3306; }
span { border-color: rgb(186,51,6); }
td.TdClassName
{
border-color: #BA3306;
}
.TagClassName
{
border-color: #BA3306;
}
</style>