Shades of Rust #BA3D18
Tints of Rust #BA3D18
RGB
CMYK
RGB Variations
Color information
#BA3D18 (or 0xBA3D18) is known color: Rust. HEX triplet: BA, 3D and 18. RGB value is (186,61,24). Sum of RGB (Red+Green+Blue) = 186+61+24=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D18 is #45C2E7. Grayscale: #5E5E5E. Windows color (decimal): -4571880 or 1588666. OLE color: 1588666.
HSL color Cylindrical-coordinate representation of color #BA3D18: hue angle of 13.7º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA3D18 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 24 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.27 |
| HSL | 13.7º | 0.77% | 0.41% | - |
| HSV(B) | 13.7º | 0.87% | 0.73% | - |
| XYZ | 22.08 | 13.84 | 2.37 | - |
| YUV | 94.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 24 | 0 | 0.67 | 0.87 | 0.27 | 13.7 | 0.77 | 0.41 |
| Hex | BA | 3D | 18 | 0 | 43 | 57 | 1B | E | 4D | 29 |
| Octal | 272 | 75 | 30 | 0 | 103 | 127 | 33 | 16 | 115 | 51 |
| Binary | 10111010 | 111101 | 11000 | 0 | 1000011 | 1010111 | 11011 | 1110 | 1001101 | 101001 |
Color Harmonies of #BA3D18
Complementary color
Monochromatic Colors of #BA3D18
Black with #BA3D18
Text Example
Text Example
White with #BA3D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D18; }
p { color: rgb(186,61,24); }
H1.HeaderClassName
{
color: #BA3D18;
}
.AnyTagClassName
{
color: #BA3D18;
}
</style>
background-color css
<style>
a { background-color: #BA3D18; }
a { background-color: rgb(186,61,24); }
div.DivClassName
{
background-color: #BA3D18;
}
.BgClassName
{
background-color: #BA3D18;
}
</style>
border-color css
<style>
span { border-color: #BA3D18; }
span { border-color: rgb(186,61,24); }
td.TdClassName
{
border-color: #BA3D18;
}
.TagClassName
{
border-color: #BA3D18;
}
</style>