Shades of Rust #BA3E06
Tints of Rust #BA3E06
RGB
CMYK
RGB Variations
Color information
#BA3E06 (or 0xBA3E06) is known color: Rust. HEX triplet: BA, 3E and 06. RGB value is (186,62,6). Sum of RGB (Red+Green+Blue) = 186+62+6=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E06 is #45C1F9. Grayscale: #5D5D5D. Windows color (decimal): -4571642 or 409274. OLE color: 409274.
HSL color Cylindrical-coordinate representation of color #BA3E06: hue angle of 18.67º 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 #BA3E06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.27 |
| HSL | 18.67º | 0.94% | 0.38% | - |
| HSV(B) | 18.67º | 0.97% | 0.73% | - |
| XYZ | 22.01 | 13.9 | 1.69 | - |
| YUV | 92.69 | 79.08 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 6 | 0 | 0.67 | 0.97 | 0.27 | 18.67 | 0.94 | 0.38 |
| Hex | BA | 3E | 6 | 0 | 43 | 61 | 1B | 13 | 5E | 26 |
| Octal | 272 | 76 | 6 | 0 | 103 | 141 | 33 | 23 | 136 | 46 |
| Binary | 10111010 | 111110 | 110 | 0 | 1000011 | 1100001 | 11011 | 10011 | 1011110 | 100110 |
Color Harmonies of #BA3E06
Complementary color
Monochromatic Colors of #BA3E06
Black with #BA3E06
Text Example
Text Example
White with #BA3E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E06; }
p { color: rgb(186,62,6); }
H1.HeaderClassName
{
color: #BA3E06;
}
.AnyTagClassName
{
color: #BA3E06;
}
</style>
background-color css
<style>
a { background-color: #BA3E06; }
a { background-color: rgb(186,62,6); }
div.DivClassName
{
background-color: #BA3E06;
}
.BgClassName
{
background-color: #BA3E06;
}
</style>
border-color css
<style>
span { border-color: #BA3E06; }
span { border-color: rgb(186,62,6); }
td.TdClassName
{
border-color: #BA3E06;
}
.TagClassName
{
border-color: #BA3E06;
}
</style>