Shades of Rust #BA4300
Tints of Rust #BA4300
RGB
CMYK
RGB Variations
Color information
#BA4300 (or 0xBA4300) is known color: Rust. HEX triplet: BA, 43 and 00. RGB value is (186,67,0). Sum of RGB (Red+Green+Blue) = 186+67+0=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4300 is #45BCFF. Grayscale: #5F5F5F. Windows color (decimal): -4570368 or 17338. OLE color: 17338.
HSL color Cylindrical-coordinate representation of color #BA4300: hue angle of 21.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA4300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.27 |
| HSL | 21.61º | 1% | 0.36% | - |
| HSV(B) | 21.61º | 1% | 0.73% | - |
| XYZ | 22.26 | 14.45 | 1.62 | - |
| YUV | 94.94 | 74.42 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 0 | 0 | 0.64 | 1 | 0.27 | 21.61 | 1 | 0.36 |
| Hex | BA | 43 | 0 | 0 | 40 | 64 | 1B | 16 | 64 | 24 |
| Octal | 272 | 103 | 0 | 0 | 100 | 144 | 33 | 26 | 144 | 44 |
| Binary | 10111010 | 1000011 | 0 | 0 | 1000000 | 1100100 | 11011 | 10110 | 1100100 | 100100 |
Color Harmonies of #BA4300
Complementary color
Monochromatic Colors of #BA4300
Black with #BA4300
Text Example
Text Example
White with #BA4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4300; }
p { color: rgb(186,67,0); }
H1.HeaderClassName
{
color: #BA4300;
}
.AnyTagClassName
{
color: #BA4300;
}
</style>
background-color css
<style>
a { background-color: #BA4300; }
a { background-color: rgb(186,67,0); }
div.DivClassName
{
background-color: #BA4300;
}
.BgClassName
{
background-color: #BA4300;
}
</style>
border-color css
<style>
span { border-color: #BA4300; }
span { border-color: rgb(186,67,0); }
td.TdClassName
{
border-color: #BA4300;
}
.TagClassName
{
border-color: #BA4300;
}
</style>