Shades of Rust #BA3C02
Tints of Rust #BA3C02
RGB
CMYK
RGB Variations
Color information
#BA3C02 (or 0xBA3C02) is known color: Rust. HEX triplet: BA, 3C and 02. RGB value is (186,60,2). Sum of RGB (Red+Green+Blue) = 186+60+2=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C02 is #45C3FD. Grayscale: #5B5B5B. Windows color (decimal): -4572158 or 146618. OLE color: 146618.
HSL color Cylindrical-coordinate representation of color #BA3C02: hue angle of 18.91º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA3C02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.27 |
| HSL | 18.91º | 0.98% | 0.37% | - |
| HSV(B) | 18.91º | 0.99% | 0.73% | - |
| XYZ | 21.88 | 13.68 | 1.54 | - |
| YUV | 91.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 2 | 0 | 0.68 | 0.99 | 0.27 | 18.91 | 0.98 | 0.37 |
| Hex | BA | 3C | 2 | 0 | 44 | 63 | 1B | 13 | 62 | 25 |
| Octal | 272 | 74 | 2 | 0 | 104 | 143 | 33 | 23 | 142 | 45 |
| Binary | 10111010 | 111100 | 10 | 0 | 1000100 | 1100011 | 11011 | 10011 | 1100010 | 100101 |
Color Harmonies of #BA3C02
Complementary color
Monochromatic Colors of #BA3C02
Black with #BA3C02
Text Example
Text Example
White with #BA3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C02; }
p { color: rgb(186,60,2); }
H1.HeaderClassName
{
color: #BA3C02;
}
.AnyTagClassName
{
color: #BA3C02;
}
</style>
background-color css
<style>
a { background-color: #BA3C02; }
a { background-color: rgb(186,60,2); }
div.DivClassName
{
background-color: #BA3C02;
}
.BgClassName
{
background-color: #BA3C02;
}
</style>
border-color css
<style>
span { border-color: #BA3C02; }
span { border-color: rgb(186,60,2); }
td.TdClassName
{
border-color: #BA3C02;
}
.TagClassName
{
border-color: #BA3C02;
}
</style>