Shades of Rust #BA441F
Tints of Rust #BA441F
RGB
CMYK
RGB Variations
Color information
#BA441F (or 0xBA441F) is known color: Rust. HEX triplet: BA, 44 and 1F. RGB value is (186,68,31). Sum of RGB (Red+Green+Blue) = 186+68+31=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA441F is #45BBE0. Grayscale: #636363. Windows color (decimal): -4570081 or 2049210. OLE color: 2049210.
HSL color Cylindrical-coordinate representation of color #BA441F: hue angle of 14.32º 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 #BA441F is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 31 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.27 |
| HSL | 14.32º | 0.71% | 0.43% | - |
| HSV(B) | 14.32º | 0.83% | 0.73% | - |
| XYZ | 22.56 | 14.67 | 2.94 | - |
| YUV | 99.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 31 | 0 | 0.63 | 0.83 | 0.27 | 14.32 | 0.71 | 0.43 |
| Hex | BA | 44 | 1F | 0 | 3F | 53 | 1B | E | 47 | 2B |
| Octal | 272 | 104 | 37 | 0 | 77 | 123 | 33 | 16 | 107 | 53 |
| Binary | 10111010 | 1000100 | 11111 | 0 | 111111 | 1010011 | 11011 | 1110 | 1000111 | 101011 |
Color Harmonies of #BA441F
Complementary color
Monochromatic Colors of #BA441F
Black with #BA441F
Text Example
Text Example
White with #BA441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA441F; }
p { color: rgb(186,68,31); }
H1.HeaderClassName
{
color: #BA441F;
}
.AnyTagClassName
{
color: #BA441F;
}
</style>
background-color css
<style>
a { background-color: #BA441F; }
a { background-color: rgb(186,68,31); }
div.DivClassName
{
background-color: #BA441F;
}
.BgClassName
{
background-color: #BA441F;
}
</style>
border-color css
<style>
span { border-color: #BA441F; }
span { border-color: rgb(186,68,31); }
td.TdClassName
{
border-color: #BA441F;
}
.TagClassName
{
border-color: #BA441F;
}
</style>