Shades of Rust #BA3108
Tints of Rust #BA3108
RGB
CMYK
RGB Variations
Color information
#BA3108 (or 0xBA3108) is known color: Rust. HEX triplet: BA, 31 and 08. RGB value is (186,49,8). Sum of RGB (Red+Green+Blue) = 186+49+8=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3108 is #45CEF7. Grayscale: #555555. Windows color (decimal): -4574968 or 537018. OLE color: 537018.
HSL color Cylindrical-coordinate representation of color #BA3108: hue angle of 13.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA3108 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.27 |
| HSL | 13.82º | 0.92% | 0.38% | - |
| HSV(B) | 13.82º | 0.96% | 0.73% | - |
| XYZ | 21.39 | 12.65 | 1.54 | - |
| YUV | 85.29 | 84.39 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 8 | 0 | 0.74 | 0.96 | 0.27 | 13.82 | 0.92 | 0.38 |
| Hex | BA | 31 | 8 | 0 | 4A | 60 | 1B | E | 5C | 26 |
| Octal | 272 | 61 | 10 | 0 | 112 | 140 | 33 | 16 | 134 | 46 |
| Binary | 10111010 | 110001 | 1000 | 0 | 1001010 | 1100000 | 11011 | 1110 | 1011100 | 100110 |
Color Harmonies of #BA3108
Complementary color
Monochromatic Colors of #BA3108
Black with #BA3108
Text Example
Text Example
White with #BA3108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3108; }
p { color: rgb(186,49,8); }
H1.HeaderClassName
{
color: #BA3108;
}
.AnyTagClassName
{
color: #BA3108;
}
</style>
background-color css
<style>
a { background-color: #BA3108; }
a { background-color: rgb(186,49,8); }
div.DivClassName
{
background-color: #BA3108;
}
.BgClassName
{
background-color: #BA3108;
}
</style>
border-color css
<style>
span { border-color: #BA3108; }
span { border-color: rgb(186,49,8); }
td.TdClassName
{
border-color: #BA3108;
}
.TagClassName
{
border-color: #BA3108;
}
</style>