Shades of Rust #BA431A
Tints of Rust #BA431A
RGB
CMYK
RGB Variations
Color information
#BA431A (or 0xBA431A) is known color: Rust. HEX triplet: BA, 43 and 1A. RGB value is (186,67,26). Sum of RGB (Red+Green+Blue) = 186+67+26=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA431A is #45BCE5. Grayscale: #626262. Windows color (decimal): -4570342 or 1721274. OLE color: 1721274.
HSL color Cylindrical-coordinate representation of color #BA431A: hue angle of 15.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA431A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 26 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.27 |
| HSL | 15.38º | 0.75% | 0.42% | - |
| HSV(B) | 15.38º | 0.86% | 0.73% | - |
| XYZ | 22.44 | 14.53 | 2.6 | - |
| YUV | 97.91 | 87.42 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 26 | 0 | 0.64 | 0.86 | 0.27 | 15.38 | 0.75 | 0.42 |
| Hex | BA | 43 | 1A | 0 | 40 | 56 | 1B | F | 4B | 2A |
| Octal | 272 | 103 | 32 | 0 | 100 | 126 | 33 | 17 | 113 | 52 |
| Binary | 10111010 | 1000011 | 11010 | 0 | 1000000 | 1010110 | 11011 | 1111 | 1001011 | 101010 |
Color Harmonies of #BA431A
Complementary color
Monochromatic Colors of #BA431A
Black with #BA431A
Text Example
Text Example
White with #BA431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA431A; }
p { color: rgb(186,67,26); }
H1.HeaderClassName
{
color: #BA431A;
}
.AnyTagClassName
{
color: #BA431A;
}
</style>
background-color css
<style>
a { background-color: #BA431A; }
a { background-color: rgb(186,67,26); }
div.DivClassName
{
background-color: #BA431A;
}
.BgClassName
{
background-color: #BA431A;
}
</style>
border-color css
<style>
span { border-color: #BA431A; }
span { border-color: rgb(186,67,26); }
td.TdClassName
{
border-color: #BA431A;
}
.TagClassName
{
border-color: #BA431A;
}
</style>