Shades of Rust #BA4103
Tints of Rust #BA4103
RGB
CMYK
RGB Variations
Color information
#BA4103 (or 0xBA4103) is known color: Rust. HEX triplet: BA, 41 and 03. RGB value is (186,65,3). Sum of RGB (Red+Green+Blue) = 186+65+3=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4103 is #45BEFC. Grayscale: #5E5E5E. Windows color (decimal): -4570877 or 213434. OLE color: 213434.
HSL color Cylindrical-coordinate representation of color #BA4103: hue angle of 20.33º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA4103 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.27 |
| HSL | 20.33º | 0.97% | 0.37% | - |
| HSV(B) | 20.33º | 0.98% | 0.73% | - |
| XYZ | 22.16 | 14.23 | 1.66 | - |
| YUV | 94.11 | 76.59 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 3 | 0 | 0.65 | 0.98 | 0.27 | 20.33 | 0.97 | 0.37 |
| Hex | BA | 41 | 3 | 0 | 41 | 62 | 1B | 14 | 61 | 25 |
| Octal | 272 | 101 | 3 | 0 | 101 | 142 | 33 | 24 | 141 | 45 |
| Binary | 10111010 | 1000001 | 11 | 0 | 1000001 | 1100010 | 11011 | 10100 | 1100001 | 100101 |
Color Harmonies of #BA4103
Complementary color
Monochromatic Colors of #BA4103
Black with #BA4103
Text Example
Text Example
White with #BA4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4103; }
p { color: rgb(186,65,3); }
H1.HeaderClassName
{
color: #BA4103;
}
.AnyTagClassName
{
color: #BA4103;
}
</style>
background-color css
<style>
a { background-color: #BA4103; }
a { background-color: rgb(186,65,3); }
div.DivClassName
{
background-color: #BA4103;
}
.BgClassName
{
background-color: #BA4103;
}
</style>
border-color css
<style>
span { border-color: #BA4103; }
span { border-color: rgb(186,65,3); }
td.TdClassName
{
border-color: #BA4103;
}
.TagClassName
{
border-color: #BA4103;
}
</style>