Shades of Rust #BA431F
Tints of Rust #BA431F
RGB
CMYK
RGB Variations
Color information
#BA431F (or 0xBA431F) is known color: Rust. HEX triplet: BA, 43 and 1F. RGB value is (186,67,31). Sum of RGB (Red+Green+Blue) = 186+67+31=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA431F is #45BCE0. Grayscale: #626262. Windows color (decimal): -4570337 or 2048954. OLE color: 2048954.
HSL color Cylindrical-coordinate representation of color #BA431F: hue angle of 13.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA431F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 31 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.27 |
| HSL | 13.94º | 0.71% | 0.43% | - |
| HSV(B) | 13.94º | 0.83% | 0.73% | - |
| XYZ | 22.5 | 14.55 | 2.92 | - |
| YUV | 98.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 31 | 0 | 0.64 | 0.83 | 0.27 | 13.94 | 0.71 | 0.43 |
| Hex | BA | 43 | 1F | 0 | 40 | 53 | 1B | E | 47 | 2B |
| Octal | 272 | 103 | 37 | 0 | 100 | 123 | 33 | 16 | 107 | 53 |
| Binary | 10111010 | 1000011 | 11111 | 0 | 1000000 | 1010011 | 11011 | 1110 | 1000111 | 101011 |
Color Harmonies of #BA431F
Complementary color
Monochromatic Colors of #BA431F
Black with #BA431F
Text Example
Text Example
White with #BA431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA431F; }
p { color: rgb(186,67,31); }
H1.HeaderClassName
{
color: #BA431F;
}
.AnyTagClassName
{
color: #BA431F;
}
</style>
background-color css
<style>
a { background-color: #BA431F; }
a { background-color: rgb(186,67,31); }
div.DivClassName
{
background-color: #BA431F;
}
.BgClassName
{
background-color: #BA431F;
}
</style>
border-color css
<style>
span { border-color: #BA431F; }
span { border-color: rgb(186,67,31); }
td.TdClassName
{
border-color: #BA431F;
}
.TagClassName
{
border-color: #BA431F;
}
</style>