Shades of Rust #BA3305
Tints of Rust #BA3305
RGB
CMYK
RGB Variations
Color information
#BA3305 (or 0xBA3305) is known color: Rust. HEX triplet: BA, 33 and 05. RGB value is (186,51,5). Sum of RGB (Red+Green+Blue) = 186+51+5=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3305 is #45CCFA. Grayscale: #565656. Windows color (decimal): -4574459 or 340922. OLE color: 340922.
HSL color Cylindrical-coordinate representation of color #BA3305: hue angle of 15.25º 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 #BA3305 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.27 |
| HSL | 15.25º | 0.95% | 0.37% | - |
| HSV(B) | 15.25º | 0.97% | 0.73% | - |
| XYZ | 21.46 | 12.82 | 1.49 | - |
| YUV | 86.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 5 | 0 | 0.73 | 0.97 | 0.27 | 15.25 | 0.95 | 0.37 |
| Hex | BA | 33 | 5 | 0 | 49 | 61 | 1B | F | 5F | 25 |
| Octal | 272 | 63 | 5 | 0 | 111 | 141 | 33 | 17 | 137 | 45 |
| Binary | 10111010 | 110011 | 101 | 0 | 1001001 | 1100001 | 11011 | 1111 | 1011111 | 100101 |
Color Harmonies of #BA3305
Complementary color
Monochromatic Colors of #BA3305
Black with #BA3305
Text Example
Text Example
White with #BA3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3305; }
p { color: rgb(186,51,5); }
H1.HeaderClassName
{
color: #BA3305;
}
.AnyTagClassName
{
color: #BA3305;
}
</style>
background-color css
<style>
a { background-color: #BA3305; }
a { background-color: rgb(186,51,5); }
div.DivClassName
{
background-color: #BA3305;
}
.BgClassName
{
background-color: #BA3305;
}
</style>
border-color css
<style>
span { border-color: #BA3305; }
span { border-color: rgb(186,51,5); }
td.TdClassName
{
border-color: #BA3305;
}
.TagClassName
{
border-color: #BA3305;
}
</style>