Shades of Rust #BA3102
Tints of Rust #BA3102
RGB
CMYK
RGB Variations
Color information
#BA3102 (or 0xBA3102) is known color: Rust. HEX triplet: BA, 31 and 02. RGB value is (186,49,2). Sum of RGB (Red+Green+Blue) = 186+49+2=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3102 is #45CEFD. Grayscale: #545454. Windows color (decimal): -4574974 or 143802. OLE color: 143802.
HSL color Cylindrical-coordinate representation of color #BA3102: hue angle of 15.33º 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 #BA3102 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.27 |
| HSL | 15.33º | 0.98% | 0.37% | - |
| HSV(B) | 15.33º | 0.99% | 0.73% | - |
| XYZ | 21.36 | 12.64 | 1.37 | - |
| YUV | 84.61 | 81.39 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 2 | 0 | 0.74 | 0.99 | 0.27 | 15.33 | 0.98 | 0.37 |
| Hex | BA | 31 | 2 | 0 | 4A | 63 | 1B | F | 62 | 25 |
| Octal | 272 | 61 | 2 | 0 | 112 | 143 | 33 | 17 | 142 | 45 |
| Binary | 10111010 | 110001 | 10 | 0 | 1001010 | 1100011 | 11011 | 1111 | 1100010 | 100101 |
Color Harmonies of #BA3102
Complementary color
Monochromatic Colors of #BA3102
Black with #BA3102
Text Example
Text Example
White with #BA3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3102; }
p { color: rgb(186,49,2); }
H1.HeaderClassName
{
color: #BA3102;
}
.AnyTagClassName
{
color: #BA3102;
}
</style>
background-color css
<style>
a { background-color: #BA3102; }
a { background-color: rgb(186,49,2); }
div.DivClassName
{
background-color: #BA3102;
}
.BgClassName
{
background-color: #BA3102;
}
</style>
border-color css
<style>
span { border-color: #BA3102; }
span { border-color: rgb(186,49,2); }
td.TdClassName
{
border-color: #BA3102;
}
.TagClassName
{
border-color: #BA3102;
}
</style>