Shades of Rust #BA430C
Tints of Rust #BA430C
RGB
CMYK
RGB Variations
Color information
#BA430C (or 0xBA430C) is known color: Rust. HEX triplet: BA, 43 and 0C. RGB value is (186,67,12). Sum of RGB (Red+Green+Blue) = 186+67+12=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA430C is #45BCF3. Grayscale: #606060. Windows color (decimal): -4570356 or 803770. OLE color: 803770.
HSL color Cylindrical-coordinate representation of color #BA430C: hue angle of 18.97º 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 #BA430C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.27 |
| HSL | 18.97º | 0.88% | 0.39% | - |
| HSV(B) | 18.97º | 0.94% | 0.73% | - |
| XYZ | 22.32 | 14.48 | 1.97 | - |
| YUV | 96.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 12 | 0 | 0.64 | 0.94 | 0.27 | 18.97 | 0.88 | 0.39 |
| Hex | BA | 43 | C | 0 | 40 | 5E | 1B | 13 | 58 | 27 |
| Octal | 272 | 103 | 14 | 0 | 100 | 136 | 33 | 23 | 130 | 47 |
| Binary | 10111010 | 1000011 | 1100 | 0 | 1000000 | 1011110 | 11011 | 10011 | 1011000 | 100111 |
Color Harmonies of #BA430C
Complementary color
Monochromatic Colors of #BA430C
Black with #BA430C
Text Example
Text Example
White with #BA430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA430C; }
p { color: rgb(186,67,12); }
H1.HeaderClassName
{
color: #BA430C;
}
.AnyTagClassName
{
color: #BA430C;
}
</style>
background-color css
<style>
a { background-color: #BA430C; }
a { background-color: rgb(186,67,12); }
div.DivClassName
{
background-color: #BA430C;
}
.BgClassName
{
background-color: #BA430C;
}
</style>
border-color css
<style>
span { border-color: #BA430C; }
span { border-color: rgb(186,67,12); }
td.TdClassName
{
border-color: #BA430C;
}
.TagClassName
{
border-color: #BA430C;
}
</style>