Shades of Rust #BA4323
Tints of Rust #BA4323
RGB
CMYK
RGB Variations
Color information
#BA4323 (or 0xBA4323) is known color: Rust. HEX triplet: BA, 43 and 23. RGB value is (186,67,35). Sum of RGB (Red+Green+Blue) = 186+67+35=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4323 is #45BCDC. Grayscale: #636363. Windows color (decimal): -4570333 or 2311098. OLE color: 2311098.
HSL color Cylindrical-coordinate representation of color #BA4323: hue angle of 12.72º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA4323 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 35 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.27 |
| HSL | 12.72º | 0.68% | 0.43% | - |
| HSV(B) | 12.72º | 0.81% | 0.73% | - |
| XYZ | 22.56 | 14.57 | 3.21 | - |
| YUV | 98.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 35 | 0 | 0.64 | 0.81 | 0.27 | 12.72 | 0.68 | 0.43 |
| Hex | BA | 43 | 23 | 0 | 40 | 51 | 1B | D | 44 | 2B |
| Octal | 272 | 103 | 43 | 0 | 100 | 121 | 33 | 15 | 104 | 53 |
| Binary | 10111010 | 1000011 | 100011 | 0 | 1000000 | 1010001 | 11011 | 1101 | 1000100 | 101011 |
Color Harmonies of #BA4323
Complementary color
Monochromatic Colors of #BA4323
Black with #BA4323
Text Example
Text Example
White with #BA4323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4323; }
p { color: rgb(186,67,35); }
H1.HeaderClassName
{
color: #BA4323;
}
.AnyTagClassName
{
color: #BA4323;
}
</style>
background-color css
<style>
a { background-color: #BA4323; }
a { background-color: rgb(186,67,35); }
div.DivClassName
{
background-color: #BA4323;
}
.BgClassName
{
background-color: #BA4323;
}
</style>
border-color css
<style>
span { border-color: #BA4323; }
span { border-color: rgb(186,67,35); }
td.TdClassName
{
border-color: #BA4323;
}
.TagClassName
{
border-color: #BA4323;
}
</style>