Shades of Rust #BA3403
Tints of Rust #BA3403
RGB
CMYK
RGB Variations
Color information
#BA3403 (or 0xBA3403) is known color: Rust. HEX triplet: BA, 34 and 03. RGB value is (186,52,3). Sum of RGB (Red+Green+Blue) = 186+52+3=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3403 is #45CBFC. Grayscale: #565656. Windows color (decimal): -4574205 or 210106. OLE color: 210106.
HSL color Cylindrical-coordinate representation of color #BA3403: hue angle of 16.07º 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 #BA3403 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.27 |
| HSL | 16.07º | 0.97% | 0.37% | - |
| HSV(B) | 16.07º | 0.98% | 0.73% | - |
| XYZ | 21.49 | 12.9 | 1.44 | - |
| YUV | 86.48 | 80.89 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 3 | 0 | 0.72 | 0.98 | 0.27 | 16.07 | 0.97 | 0.37 |
| Hex | BA | 34 | 3 | 0 | 48 | 62 | 1B | 10 | 61 | 25 |
| Octal | 272 | 64 | 3 | 0 | 110 | 142 | 33 | 20 | 141 | 45 |
| Binary | 10111010 | 110100 | 11 | 0 | 1001000 | 1100010 | 11011 | 10000 | 1100001 | 100101 |
Color Harmonies of #BA3403
Complementary color
Monochromatic Colors of #BA3403
Black with #BA3403
Text Example
Text Example
White with #BA3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3403; }
p { color: rgb(186,52,3); }
H1.HeaderClassName
{
color: #BA3403;
}
.AnyTagClassName
{
color: #BA3403;
}
</style>
background-color css
<style>
a { background-color: #BA3403; }
a { background-color: rgb(186,52,3); }
div.DivClassName
{
background-color: #BA3403;
}
.BgClassName
{
background-color: #BA3403;
}
</style>
border-color css
<style>
span { border-color: #BA3403; }
span { border-color: rgb(186,52,3); }
td.TdClassName
{
border-color: #BA3403;
}
.TagClassName
{
border-color: #BA3403;
}
</style>