Shades of Rust #BA431B
Tints of Rust #BA431B
RGB
CMYK
RGB Variations
Color information
#BA431B (or 0xBA431B) is known color: Rust. HEX triplet: BA, 43 and 1B. RGB value is (186,67,27). Sum of RGB (Red+Green+Blue) = 186+67+27=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA431B is #45BCE4. Grayscale: #626262. Windows color (decimal): -4570341 or 1786810. OLE color: 1786810.
HSL color Cylindrical-coordinate representation of color #BA431B: hue angle of 15.09º 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 #BA431B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 27 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.27 |
| HSL | 15.09º | 0.75% | 0.42% | - |
| HSV(B) | 15.09º | 0.85% | 0.73% | - |
| XYZ | 22.45 | 14.53 | 2.66 | - |
| YUV | 98.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 27 | 0 | 0.64 | 0.85 | 0.27 | 15.09 | 0.75 | 0.42 |
| Hex | BA | 43 | 1B | 0 | 40 | 55 | 1B | F | 4B | 2A |
| Octal | 272 | 103 | 33 | 0 | 100 | 125 | 33 | 17 | 113 | 52 |
| Binary | 10111010 | 1000011 | 11011 | 0 | 1000000 | 1010101 | 11011 | 1111 | 1001011 | 101010 |
Color Harmonies of #BA431B
Complementary color
Monochromatic Colors of #BA431B
Black with #BA431B
Text Example
Text Example
White with #BA431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA431B; }
p { color: rgb(186,67,27); }
H1.HeaderClassName
{
color: #BA431B;
}
.AnyTagClassName
{
color: #BA431B;
}
</style>
background-color css
<style>
a { background-color: #BA431B; }
a { background-color: rgb(186,67,27); }
div.DivClassName
{
background-color: #BA431B;
}
.BgClassName
{
background-color: #BA431B;
}
</style>
border-color css
<style>
span { border-color: #BA431B; }
span { border-color: rgb(186,67,27); }
td.TdClassName
{
border-color: #BA431B;
}
.TagClassName
{
border-color: #BA431B;
}
</style>