Shades of Rust #BA431D
Tints of Rust #BA431D
RGB
CMYK
RGB Variations
Color information
#BA431D (or 0xBA431D) is known color: Rust. HEX triplet: BA, 43 and 1D. RGB value is (186,67,29). Sum of RGB (Red+Green+Blue) = 186+67+29=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA431D is #45BCE2. Grayscale: #626262. Windows color (decimal): -4570339 or 1917882. OLE color: 1917882.
HSL color Cylindrical-coordinate representation of color #BA431D: hue angle of 14.52º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA431D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 29 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.27 |
| HSL | 14.52º | 0.73% | 0.42% | - |
| HSV(B) | 14.52º | 0.84% | 0.73% | - |
| XYZ | 22.48 | 14.54 | 2.78 | - |
| YUV | 98.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 29 | 0 | 0.64 | 0.84 | 0.27 | 14.52 | 0.73 | 0.42 |
| Hex | BA | 43 | 1D | 0 | 40 | 54 | 1B | F | 49 | 2A |
| Octal | 272 | 103 | 35 | 0 | 100 | 124 | 33 | 17 | 111 | 52 |
| Binary | 10111010 | 1000011 | 11101 | 0 | 1000000 | 1010100 | 11011 | 1111 | 1001001 | 101010 |
Color Harmonies of #BA431D
Complementary color
Monochromatic Colors of #BA431D
Black with #BA431D
Text Example
Text Example
White with #BA431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA431D; }
p { color: rgb(186,67,29); }
H1.HeaderClassName
{
color: #BA431D;
}
.AnyTagClassName
{
color: #BA431D;
}
</style>
background-color css
<style>
a { background-color: #BA431D; }
a { background-color: rgb(186,67,29); }
div.DivClassName
{
background-color: #BA431D;
}
.BgClassName
{
background-color: #BA431D;
}
</style>
border-color css
<style>
span { border-color: #BA431D; }
span { border-color: rgb(186,67,29); }
td.TdClassName
{
border-color: #BA431D;
}
.TagClassName
{
border-color: #BA431D;
}
</style>