Shades of Rust #BA3B01
Tints of Rust #BA3B01
RGB
CMYK
RGB Variations
Color information
#BA3B01 (or 0xBA3B01) is known color: Rust. HEX triplet: BA, 3B and 01. RGB value is (186,59,1). Sum of RGB (Red+Green+Blue) = 186+59+1=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B01 is #45C4FE. Grayscale: #5A5A5A. Windows color (decimal): -4572415 or 80826. OLE color: 80826.
HSL color Cylindrical-coordinate representation of color #BA3B01: hue angle of 18.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA3B01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.27 |
| HSL | 18.81º | 0.99% | 0.37% | - |
| HSV(B) | 18.81º | 0.99% | 0.73% | - |
| XYZ | 21.82 | 13.57 | 1.5 | - |
| YUV | 90.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 1 | 0 | 0.68 | 0.99 | 0.27 | 18.81 | 0.99 | 0.37 |
| Hex | BA | 3B | 1 | 0 | 44 | 63 | 1B | 13 | 63 | 25 |
| Octal | 272 | 73 | 1 | 0 | 104 | 143 | 33 | 23 | 143 | 45 |
| Binary | 10111010 | 111011 | 1 | 0 | 1000100 | 1100011 | 11011 | 10011 | 1100011 | 100101 |
Color Harmonies of #BA3B01
Complementary color
Monochromatic Colors of #BA3B01
Black with #BA3B01
Text Example
Text Example
White with #BA3B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B01; }
p { color: rgb(186,59,1); }
H1.HeaderClassName
{
color: #BA3B01;
}
.AnyTagClassName
{
color: #BA3B01;
}
</style>
background-color css
<style>
a { background-color: #BA3B01; }
a { background-color: rgb(186,59,1); }
div.DivClassName
{
background-color: #BA3B01;
}
.BgClassName
{
background-color: #BA3B01;
}
</style>
border-color css
<style>
span { border-color: #BA3B01; }
span { border-color: rgb(186,59,1); }
td.TdClassName
{
border-color: #BA3B01;
}
.TagClassName
{
border-color: #BA3B01;
}
</style>