Shades of Rust #BA4303
Tints of Rust #BA4303
RGB
CMYK
RGB Variations
Color information
#BA4303 (or 0xBA4303) is known color: Rust. HEX triplet: BA, 43 and 03. RGB value is (186,67,3). Sum of RGB (Red+Green+Blue) = 186+67+3=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4303 is #45BCFC. Grayscale: #5F5F5F. Windows color (decimal): -4570365 or 213946. OLE color: 213946.
HSL color Cylindrical-coordinate representation of color #BA4303: hue angle of 20.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA4303 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.27 |
| HSL | 20.98º | 0.97% | 0.37% | - |
| HSV(B) | 20.98º | 0.98% | 0.73% | - |
| XYZ | 22.27 | 14.46 | 1.7 | - |
| YUV | 95.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 3 | 0 | 0.64 | 0.98 | 0.27 | 20.98 | 0.97 | 0.37 |
| Hex | BA | 43 | 3 | 0 | 40 | 62 | 1B | 15 | 61 | 25 |
| Octal | 272 | 103 | 3 | 0 | 100 | 142 | 33 | 25 | 141 | 45 |
| Binary | 10111010 | 1000011 | 11 | 0 | 1000000 | 1100010 | 11011 | 10101 | 1100001 | 100101 |
Color Harmonies of #BA4303
Complementary color
Monochromatic Colors of #BA4303
Black with #BA4303
Text Example
Text Example
White with #BA4303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4303; }
p { color: rgb(186,67,3); }
H1.HeaderClassName
{
color: #BA4303;
}
.AnyTagClassName
{
color: #BA4303;
}
</style>
background-color css
<style>
a { background-color: #BA4303; }
a { background-color: rgb(186,67,3); }
div.DivClassName
{
background-color: #BA4303;
}
.BgClassName
{
background-color: #BA4303;
}
</style>
border-color css
<style>
span { border-color: #BA4303; }
span { border-color: rgb(186,67,3); }
td.TdClassName
{
border-color: #BA4303;
}
.TagClassName
{
border-color: #BA4303;
}
</style>