Shades of Rust #BA3308
Tints of Rust #BA3308
RGB
CMYK
RGB Variations
Color information
#BA3308 (or 0xBA3308) is known color: Rust. HEX triplet: BA, 33 and 08. RGB value is (186,51,8). Sum of RGB (Red+Green+Blue) = 186+51+8=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3308 is #45CCF7. Grayscale: #565656. Windows color (decimal): -4574456 or 537530. OLE color: 537530.
HSL color Cylindrical-coordinate representation of color #BA3308: hue angle of 14.49º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA3308 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.27 |
| HSL | 14.49º | 0.92% | 0.38% | - |
| HSV(B) | 14.49º | 0.96% | 0.73% | - |
| XYZ | 21.48 | 12.82 | 1.57 | - |
| YUV | 86.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 8 | 0 | 0.73 | 0.96 | 0.27 | 14.49 | 0.92 | 0.38 |
| Hex | BA | 33 | 8 | 0 | 49 | 60 | 1B | E | 5C | 26 |
| Octal | 272 | 63 | 10 | 0 | 111 | 140 | 33 | 16 | 134 | 46 |
| Binary | 10111010 | 110011 | 1000 | 0 | 1001001 | 1100000 | 11011 | 1110 | 1011100 | 100110 |
Color Harmonies of #BA3308
Complementary color
Monochromatic Colors of #BA3308
Black with #BA3308
Text Example
Text Example
White with #BA3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3308; }
p { color: rgb(186,51,8); }
H1.HeaderClassName
{
color: #BA3308;
}
.AnyTagClassName
{
color: #BA3308;
}
</style>
background-color css
<style>
a { background-color: #BA3308; }
a { background-color: rgb(186,51,8); }
div.DivClassName
{
background-color: #BA3308;
}
.BgClassName
{
background-color: #BA3308;
}
</style>
border-color css
<style>
span { border-color: #BA3308; }
span { border-color: rgb(186,51,8); }
td.TdClassName
{
border-color: #BA3308;
}
.TagClassName
{
border-color: #BA3308;
}
</style>