Shades of Rust #BA4203
Tints of Rust #BA4203
RGB
CMYK
RGB Variations
Color information
#BA4203 (or 0xBA4203) is known color: Rust. HEX triplet: BA, 42 and 03. RGB value is (186,66,3). Sum of RGB (Red+Green+Blue) = 186+66+3=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4203 is #45BDFC. Grayscale: #5F5F5F. Windows color (decimal): -4570621 or 213690. OLE color: 213690.
HSL color Cylindrical-coordinate representation of color #BA4203: hue angle of 20.66º 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 #BA4203 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.27 |
| HSL | 20.66º | 0.97% | 0.37% | - |
| HSV(B) | 20.66º | 0.98% | 0.73% | - |
| XYZ | 22.21 | 14.34 | 1.68 | - |
| YUV | 94.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 3 | 0 | 0.65 | 0.98 | 0.27 | 20.66 | 0.97 | 0.37 |
| Hex | BA | 42 | 3 | 0 | 41 | 62 | 1B | 15 | 61 | 25 |
| Octal | 272 | 102 | 3 | 0 | 101 | 142 | 33 | 25 | 141 | 45 |
| Binary | 10111010 | 1000010 | 11 | 0 | 1000001 | 1100010 | 11011 | 10101 | 1100001 | 100101 |
Color Harmonies of #BA4203
Complementary color
Monochromatic Colors of #BA4203
Black with #BA4203
Text Example
Text Example
White with #BA4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4203; }
p { color: rgb(186,66,3); }
H1.HeaderClassName
{
color: #BA4203;
}
.AnyTagClassName
{
color: #BA4203;
}
</style>
background-color css
<style>
a { background-color: #BA4203; }
a { background-color: rgb(186,66,3); }
div.DivClassName
{
background-color: #BA4203;
}
.BgClassName
{
background-color: #BA4203;
}
</style>
border-color css
<style>
span { border-color: #BA4203; }
span { border-color: rgb(186,66,3); }
td.TdClassName
{
border-color: #BA4203;
}
.TagClassName
{
border-color: #BA4203;
}
</style>