Shades of Rust #BA451B
Tints of Rust #BA451B
RGB
CMYK
RGB Variations
Color information
#BA451B (or 0xBA451B) is known color: Rust. HEX triplet: BA, 45 and 1B. RGB value is (186,69,27). Sum of RGB (Red+Green+Blue) = 186+69+27=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA451B is #45BAE4. Grayscale: #636363. Windows color (decimal): -4569829 or 1787322. OLE color: 1787322.
HSL color Cylindrical-coordinate representation of color #BA451B: hue angle of 15.85º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA451B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 27 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.27 |
| HSL | 15.85º | 0.75% | 0.42% | - |
| HSV(B) | 15.85º | 0.85% | 0.73% | - |
| XYZ | 22.58 | 14.77 | 2.7 | - |
| YUV | 99.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 27 | 0 | 0.63 | 0.85 | 0.27 | 15.85 | 0.75 | 0.42 |
| Hex | BA | 45 | 1B | 0 | 3F | 55 | 1B | 10 | 4B | 2A |
| Octal | 272 | 105 | 33 | 0 | 77 | 125 | 33 | 20 | 113 | 52 |
| Binary | 10111010 | 1000101 | 11011 | 0 | 111111 | 1010101 | 11011 | 10000 | 1001011 | 101010 |
Color Harmonies of #BA451B
Complementary color
Monochromatic Colors of #BA451B
Black with #BA451B
Text Example
Text Example
White with #BA451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA451B; }
p { color: rgb(186,69,27); }
H1.HeaderClassName
{
color: #BA451B;
}
.AnyTagClassName
{
color: #BA451B;
}
</style>
background-color css
<style>
a { background-color: #BA451B; }
a { background-color: rgb(186,69,27); }
div.DivClassName
{
background-color: #BA451B;
}
.BgClassName
{
background-color: #BA451B;
}
</style>
border-color css
<style>
span { border-color: #BA451B; }
span { border-color: rgb(186,69,27); }
td.TdClassName
{
border-color: #BA451B;
}
.TagClassName
{
border-color: #BA451B;
}
</style>