Shades of Rust #BA330D
Tints of Rust #BA330D
RGB
CMYK
RGB Variations
Color information
#BA330D (or 0xBA330D) is known color: Rust. HEX triplet: BA, 33 and 0D. RGB value is (186,51,13). Sum of RGB (Red+Green+Blue) = 186+51+13=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA330D is #45CCF2. Grayscale: #575757. Windows color (decimal): -4574451 or 865210. OLE color: 865210.
HSL color Cylindrical-coordinate representation of color #BA330D: hue angle of 13.18º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA330D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.27 |
| HSL | 13.18º | 0.87% | 0.39% | - |
| HSV(B) | 13.18º | 0.93% | 0.73% | - |
| XYZ | 21.51 | 12.84 | 1.72 | - |
| YUV | 87.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 13 | 0 | 0.73 | 0.93 | 0.27 | 13.18 | 0.87 | 0.39 |
| Hex | BA | 33 | D | 0 | 49 | 5D | 1B | D | 57 | 27 |
| Octal | 272 | 63 | 15 | 0 | 111 | 135 | 33 | 15 | 127 | 47 |
| Binary | 10111010 | 110011 | 1101 | 0 | 1001001 | 1011101 | 11011 | 1101 | 1010111 | 100111 |
Color Harmonies of #BA330D
Complementary color
Monochromatic Colors of #BA330D
Black with #BA330D
Text Example
Text Example
White with #BA330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA330D; }
p { color: rgb(186,51,13); }
H1.HeaderClassName
{
color: #BA330D;
}
.AnyTagClassName
{
color: #BA330D;
}
</style>
background-color css
<style>
a { background-color: #BA330D; }
a { background-color: rgb(186,51,13); }
div.DivClassName
{
background-color: #BA330D;
}
.BgClassName
{
background-color: #BA330D;
}
</style>
border-color css
<style>
span { border-color: #BA330D; }
span { border-color: rgb(186,51,13); }
td.TdClassName
{
border-color: #BA330D;
}
.TagClassName
{
border-color: #BA330D;
}
</style>