Shades of Rust #BA430E
Tints of Rust #BA430E
RGB
CMYK
RGB Variations
Color information
#BA430E (or 0xBA430E) is known color: Rust. HEX triplet: BA, 43 and 0E. RGB value is (186,67,14). Sum of RGB (Red+Green+Blue) = 186+67+14=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA430E is #45BCF1. Grayscale: #606060. Windows color (decimal): -4570354 or 934842. OLE color: 934842.
HSL color Cylindrical-coordinate representation of color #BA430E: hue angle of 18.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA430E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 14 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.27 |
| HSL | 18.49º | 0.86% | 0.39% | - |
| HSV(B) | 18.49º | 0.92% | 0.73% | - |
| XYZ | 22.34 | 14.49 | 2.03 | - |
| YUV | 96.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 14 | 0 | 0.64 | 0.92 | 0.27 | 18.49 | 0.86 | 0.39 |
| Hex | BA | 43 | E | 0 | 40 | 5C | 1B | 12 | 56 | 27 |
| Octal | 272 | 103 | 16 | 0 | 100 | 134 | 33 | 22 | 126 | 47 |
| Binary | 10111010 | 1000011 | 1110 | 0 | 1000000 | 1011100 | 11011 | 10010 | 1010110 | 100111 |
Color Harmonies of #BA430E
Complementary color
Monochromatic Colors of #BA430E
Black with #BA430E
Text Example
Text Example
White with #BA430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA430E; }
p { color: rgb(186,67,14); }
H1.HeaderClassName
{
color: #BA430E;
}
.AnyTagClassName
{
color: #BA430E;
}
</style>
background-color css
<style>
a { background-color: #BA430E; }
a { background-color: rgb(186,67,14); }
div.DivClassName
{
background-color: #BA430E;
}
.BgClassName
{
background-color: #BA430E;
}
</style>
border-color css
<style>
span { border-color: #BA430E; }
span { border-color: rgb(186,67,14); }
td.TdClassName
{
border-color: #BA430E;
}
.TagClassName
{
border-color: #BA430E;
}
</style>