Shades of Rust #BA3303
Tints of Rust #BA3303
RGB
CMYK
RGB Variations
Color information
#BA3303 (or 0xBA3303) is known color: Rust. HEX triplet: BA, 33 and 03. RGB value is (186,51,3). Sum of RGB (Red+Green+Blue) = 186+51+3=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3303 is #45CCFC. Grayscale: #565656. Windows color (decimal): -4574461 or 209850. OLE color: 209850.
HSL color Cylindrical-coordinate representation of color #BA3303: hue angle of 15.74º 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 #BA3303 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.27 |
| HSL | 15.74º | 0.97% | 0.37% | - |
| HSV(B) | 15.74º | 0.98% | 0.73% | - |
| XYZ | 21.45 | 12.81 | 1.43 | - |
| YUV | 85.89 | 81.23 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 3 | 0 | 0.73 | 0.98 | 0.27 | 15.74 | 0.97 | 0.37 |
| Hex | BA | 33 | 3 | 0 | 49 | 62 | 1B | 10 | 61 | 25 |
| Octal | 272 | 63 | 3 | 0 | 111 | 142 | 33 | 20 | 141 | 45 |
| Binary | 10111010 | 110011 | 11 | 0 | 1001001 | 1100010 | 11011 | 10000 | 1100001 | 100101 |
Color Harmonies of #BA3303
Complementary color
Monochromatic Colors of #BA3303
Black with #BA3303
Text Example
Text Example
White with #BA3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3303; }
p { color: rgb(186,51,3); }
H1.HeaderClassName
{
color: #BA3303;
}
.AnyTagClassName
{
color: #BA3303;
}
</style>
background-color css
<style>
a { background-color: #BA3303; }
a { background-color: rgb(186,51,3); }
div.DivClassName
{
background-color: #BA3303;
}
.BgClassName
{
background-color: #BA3303;
}
</style>
border-color css
<style>
span { border-color: #BA3303; }
span { border-color: rgb(186,51,3); }
td.TdClassName
{
border-color: #BA3303;
}
.TagClassName
{
border-color: #BA3303;
}
</style>