Shades of Rust #BA360B
Tints of Rust #BA360B
RGB
CMYK
RGB Variations
Color information
#BA360B (or 0xBA360B) is known color: Rust. HEX triplet: BA, 36 and 0B. RGB value is (186,54,11). Sum of RGB (Red+Green+Blue) = 186+54+11=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA360B is #45C9F4. Grayscale: #585858. Windows color (decimal): -4573685 or 734906. OLE color: 734906.
HSL color Cylindrical-coordinate representation of color #BA360B: hue angle of 14.74º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA360B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.27 |
| HSL | 14.74º | 0.89% | 0.39% | - |
| HSV(B) | 14.74º | 0.94% | 0.73% | - |
| XYZ | 21.63 | 13.1 | 1.71 | - |
| YUV | 88.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 11 | 0 | 0.71 | 0.94 | 0.27 | 14.74 | 0.89 | 0.39 |
| Hex | BA | 36 | B | 0 | 47 | 5E | 1B | F | 59 | 27 |
| Octal | 272 | 66 | 13 | 0 | 107 | 136 | 33 | 17 | 131 | 47 |
| Binary | 10111010 | 110110 | 1011 | 0 | 1000111 | 1011110 | 11011 | 1111 | 1011001 | 100111 |
Color Harmonies of #BA360B
Complementary color
Monochromatic Colors of #BA360B
Black with #BA360B
Text Example
Text Example
White with #BA360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA360B; }
p { color: rgb(186,54,11); }
H1.HeaderClassName
{
color: #BA360B;
}
.AnyTagClassName
{
color: #BA360B;
}
</style>
background-color css
<style>
a { background-color: #BA360B; }
a { background-color: rgb(186,54,11); }
div.DivClassName
{
background-color: #BA360B;
}
.BgClassName
{
background-color: #BA360B;
}
</style>
border-color css
<style>
span { border-color: #BA360B; }
span { border-color: rgb(186,54,11); }
td.TdClassName
{
border-color: #BA360B;
}
.TagClassName
{
border-color: #BA360B;
}
</style>