Shades of Rust #BA3307
Tints of Rust #BA3307
RGB
CMYK
RGB Variations
Color information
#BA3307 (or 0xBA3307) is known color: Rust. HEX triplet: BA, 33 and 07. RGB value is (186,51,7). Sum of RGB (Red+Green+Blue) = 186+51+7=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3307 is #45CCF8. Grayscale: #565656. Windows color (decimal): -4574457 or 471994. OLE color: 471994.
HSL color Cylindrical-coordinate representation of color #BA3307: hue angle of 14.75º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA3307 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.27 |
| HSL | 14.75º | 0.93% | 0.38% | - |
| HSV(B) | 14.75º | 0.96% | 0.73% | - |
| XYZ | 21.47 | 12.82 | 1.54 | - |
| YUV | 86.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 7 | 0 | 0.73 | 0.96 | 0.27 | 14.75 | 0.93 | 0.38 |
| Hex | BA | 33 | 7 | 0 | 49 | 60 | 1B | F | 5D | 26 |
| Octal | 272 | 63 | 7 | 0 | 111 | 140 | 33 | 17 | 135 | 46 |
| Binary | 10111010 | 110011 | 111 | 0 | 1001001 | 1100000 | 11011 | 1111 | 1011101 | 100110 |
Color Harmonies of #BA3307
Complementary color
Monochromatic Colors of #BA3307
Black with #BA3307
Text Example
Text Example
White with #BA3307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3307; }
p { color: rgb(186,51,7); }
H1.HeaderClassName
{
color: #BA3307;
}
.AnyTagClassName
{
color: #BA3307;
}
</style>
background-color css
<style>
a { background-color: #BA3307; }
a { background-color: rgb(186,51,7); }
div.DivClassName
{
background-color: #BA3307;
}
.BgClassName
{
background-color: #BA3307;
}
</style>
border-color css
<style>
span { border-color: #BA3307; }
span { border-color: rgb(186,51,7); }
td.TdClassName
{
border-color: #BA3307;
}
.TagClassName
{
border-color: #BA3307;
}
</style>