Shades of Rust #BA3D0F
Tints of Rust #BA3D0F
RGB
CMYK
RGB Variations
Color information
#BA3D0F (or 0xBA3D0F) is known color: Rust. HEX triplet: BA, 3D and 0F. RGB value is (186,61,15). Sum of RGB (Red+Green+Blue) = 186+61+15=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D0F is #45C2F0. Grayscale: #5D5D5D. Windows color (decimal): -4571889 or 998842. OLE color: 998842.
HSL color Cylindrical-coordinate representation of color #BA3D0F: hue angle of 16.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA3D0F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.27 |
| HSL | 16.14º | 0.85% | 0.39% | - |
| HSV(B) | 16.14º | 0.92% | 0.73% | - |
| XYZ | 22 | 13.81 | 1.96 | - |
| YUV | 93.13 | 83.91 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 15 | 0 | 0.67 | 0.92 | 0.27 | 16.14 | 0.85 | 0.39 |
| Hex | BA | 3D | F | 0 | 43 | 5C | 1B | 10 | 55 | 27 |
| Octal | 272 | 75 | 17 | 0 | 103 | 134 | 33 | 20 | 125 | 47 |
| Binary | 10111010 | 111101 | 1111 | 0 | 1000011 | 1011100 | 11011 | 10000 | 1010101 | 100111 |
Color Harmonies of #BA3D0F
Complementary color
Monochromatic Colors of #BA3D0F
Black with #BA3D0F
Text Example
Text Example
White with #BA3D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D0F; }
p { color: rgb(186,61,15); }
H1.HeaderClassName
{
color: #BA3D0F;
}
.AnyTagClassName
{
color: #BA3D0F;
}
</style>
background-color css
<style>
a { background-color: #BA3D0F; }
a { background-color: rgb(186,61,15); }
div.DivClassName
{
background-color: #BA3D0F;
}
.BgClassName
{
background-color: #BA3D0F;
}
</style>
border-color css
<style>
span { border-color: #BA3D0F; }
span { border-color: rgb(186,61,15); }
td.TdClassName
{
border-color: #BA3D0F;
}
.TagClassName
{
border-color: #BA3D0F;
}
</style>