Shades of Rust #BA4002
Tints of Rust #BA4002
RGB
CMYK
RGB Variations
Color information
#BA4002 (or 0xBA4002) is known color: Rust. HEX triplet: BA, 40 and 02. RGB value is (186,64,2). Sum of RGB (Red+Green+Blue) = 186+64+2=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4002 is #45BFFD. Grayscale: #5D5D5D. Windows color (decimal): -4571134 or 147642. OLE color: 147642.
HSL color Cylindrical-coordinate representation of color #BA4002: hue angle of 20.22º 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 #BA4002 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.27 |
| HSL | 20.22º | 0.98% | 0.37% | - |
| HSV(B) | 20.22º | 0.99% | 0.73% | - |
| XYZ | 22.09 | 14.11 | 1.62 | - |
| YUV | 93.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 2 | 0 | 0.66 | 0.99 | 0.27 | 20.22 | 0.98 | 0.37 |
| Hex | BA | 40 | 2 | 0 | 42 | 63 | 1B | 14 | 62 | 25 |
| Octal | 272 | 100 | 2 | 0 | 102 | 143 | 33 | 24 | 142 | 45 |
| Binary | 10111010 | 1000000 | 10 | 0 | 1000010 | 1100011 | 11011 | 10100 | 1100010 | 100101 |
Color Harmonies of #BA4002
Complementary color
Monochromatic Colors of #BA4002
Black with #BA4002
Text Example
Text Example
White with #BA4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4002; }
p { color: rgb(186,64,2); }
H1.HeaderClassName
{
color: #BA4002;
}
.AnyTagClassName
{
color: #BA4002;
}
</style>
background-color css
<style>
a { background-color: #BA4002; }
a { background-color: rgb(186,64,2); }
div.DivClassName
{
background-color: #BA4002;
}
.BgClassName
{
background-color: #BA4002;
}
</style>
border-color css
<style>
span { border-color: #BA4002; }
span { border-color: rgb(186,64,2); }
td.TdClassName
{
border-color: #BA4002;
}
.TagClassName
{
border-color: #BA4002;
}
</style>