Shades of Rust #BA3D1A
Tints of Rust #BA3D1A
RGB
CMYK
RGB Variations
Color information
#BA3D1A (or 0xBA3D1A) is known color: Rust. HEX triplet: BA, 3D and 1A. RGB value is (186,61,26). Sum of RGB (Red+Green+Blue) = 186+61+26=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D1A is #45C2E5. Grayscale: #5E5E5E. Windows color (decimal): -4571878 or 1719738. OLE color: 1719738.
HSL color Cylindrical-coordinate representation of color #BA3D1A: hue angle of 13.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA3D1A is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 26 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.27 |
| HSL | 13.13º | 0.75% | 0.42% | - |
| HSV(B) | 13.13º | 0.86% | 0.73% | - |
| XYZ | 22.1 | 13.85 | 2.49 | - |
| YUV | 94.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 26 | 0 | 0.67 | 0.86 | 0.27 | 13.13 | 0.75 | 0.42 |
| Hex | BA | 3D | 1A | 0 | 43 | 56 | 1B | D | 4B | 2A |
| Octal | 272 | 75 | 32 | 0 | 103 | 126 | 33 | 15 | 113 | 52 |
| Binary | 10111010 | 111101 | 11010 | 0 | 1000011 | 1010110 | 11011 | 1101 | 1001011 | 101010 |
Color Harmonies of #BA3D1A
Complementary color
Monochromatic Colors of #BA3D1A
Black with #BA3D1A
Text Example
Text Example
White with #BA3D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D1A; }
p { color: rgb(186,61,26); }
H1.HeaderClassName
{
color: #BA3D1A;
}
.AnyTagClassName
{
color: #BA3D1A;
}
</style>
background-color css
<style>
a { background-color: #BA3D1A; }
a { background-color: rgb(186,61,26); }
div.DivClassName
{
background-color: #BA3D1A;
}
.BgClassName
{
background-color: #BA3D1A;
}
</style>
border-color css
<style>
span { border-color: #BA3D1A; }
span { border-color: rgb(186,61,26); }
td.TdClassName
{
border-color: #BA3D1A;
}
.TagClassName
{
border-color: #BA3D1A;
}
</style>