Shades of Rust #BA360D
Tints of Rust #BA360D
RGB
CMYK
RGB Variations
Color information
#BA360D (or 0xBA360D) is known color: Rust. HEX triplet: BA, 36 and 0D. RGB value is (186,54,13). Sum of RGB (Red+Green+Blue) = 186+54+13=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA360D is #45C9F2. Grayscale: #595959. Windows color (decimal): -4573683 or 865978. OLE color: 865978.
HSL color Cylindrical-coordinate representation of color #BA360D: hue angle of 14.22º 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 #BA360D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.27 |
| HSL | 14.22º | 0.87% | 0.39% | - |
| HSV(B) | 14.22º | 0.93% | 0.73% | - |
| XYZ | 21.64 | 13.11 | 1.77 | - |
| YUV | 88.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 13 | 0 | 0.71 | 0.93 | 0.27 | 14.22 | 0.87 | 0.39 |
| Hex | BA | 36 | D | 0 | 47 | 5D | 1B | E | 57 | 27 |
| Octal | 272 | 66 | 15 | 0 | 107 | 135 | 33 | 16 | 127 | 47 |
| Binary | 10111010 | 110110 | 1101 | 0 | 1000111 | 1011101 | 11011 | 1110 | 1010111 | 100111 |
Color Harmonies of #BA360D
Complementary color
Monochromatic Colors of #BA360D
Black with #BA360D
Text Example
Text Example
White with #BA360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA360D; }
p { color: rgb(186,54,13); }
H1.HeaderClassName
{
color: #BA360D;
}
.AnyTagClassName
{
color: #BA360D;
}
</style>
background-color css
<style>
a { background-color: #BA360D; }
a { background-color: rgb(186,54,13); }
div.DivClassName
{
background-color: #BA360D;
}
.BgClassName
{
background-color: #BA360D;
}
</style>
border-color css
<style>
span { border-color: #BA360D; }
span { border-color: rgb(186,54,13); }
td.TdClassName
{
border-color: #BA360D;
}
.TagClassName
{
border-color: #BA360D;
}
</style>