Shades of Rust #BA420C
Tints of Rust #BA420C
RGB
CMYK
RGB Variations
Color information
#BA420C (or 0xBA420C) is known color: Rust. HEX triplet: BA, 42 and 0C. RGB value is (186,66,12). Sum of RGB (Red+Green+Blue) = 186+66+12=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA420C is #45BDF3. Grayscale: #606060. Windows color (decimal): -4570612 or 803514. OLE color: 803514.
HSL color Cylindrical-coordinate representation of color #BA420C: hue angle of 18.62º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA420C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.27 |
| HSL | 18.62º | 0.88% | 0.39% | - |
| HSV(B) | 18.62º | 0.94% | 0.73% | - |
| XYZ | 22.26 | 14.36 | 1.95 | - |
| YUV | 95.72 | 80.76 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 12 | 0 | 0.65 | 0.94 | 0.27 | 18.62 | 0.88 | 0.39 |
| Hex | BA | 42 | C | 0 | 41 | 5E | 1B | 13 | 58 | 27 |
| Octal | 272 | 102 | 14 | 0 | 101 | 136 | 33 | 23 | 130 | 47 |
| Binary | 10111010 | 1000010 | 1100 | 0 | 1000001 | 1011110 | 11011 | 10011 | 1011000 | 100111 |
Color Harmonies of #BA420C
Complementary color
Monochromatic Colors of #BA420C
Black with #BA420C
Text Example
Text Example
White with #BA420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA420C; }
p { color: rgb(186,66,12); }
H1.HeaderClassName
{
color: #BA420C;
}
.AnyTagClassName
{
color: #BA420C;
}
</style>
background-color css
<style>
a { background-color: #BA420C; }
a { background-color: rgb(186,66,12); }
div.DivClassName
{
background-color: #BA420C;
}
.BgClassName
{
background-color: #BA420C;
}
</style>
border-color css
<style>
span { border-color: #BA420C; }
span { border-color: rgb(186,66,12); }
td.TdClassName
{
border-color: #BA420C;
}
.TagClassName
{
border-color: #BA420C;
}
</style>