Shades of Rust #BA380B
Tints of Rust #BA380B
RGB
CMYK
RGB Variations
Color information
#BA380B (or 0xBA380B) is known color: Rust. HEX triplet: BA, 38 and 0B. RGB value is (186,56,11). Sum of RGB (Red+Green+Blue) = 186+56+11=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA380B is #45C7F4. Grayscale: #5A5A5A. Windows color (decimal): -4573173 or 735418. OLE color: 735418.
HSL color Cylindrical-coordinate representation of color #BA380B: hue angle of 15.43º 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 #BA380B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.27 |
| HSL | 15.43º | 0.89% | 0.39% | - |
| HSV(B) | 15.43º | 0.94% | 0.73% | - |
| XYZ | 21.72 | 13.29 | 1.74 | - |
| YUV | 89.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 11 | 0 | 0.70 | 0.94 | 0.27 | 15.43 | 0.89 | 0.39 |
| Hex | BA | 38 | B | 0 | 46 | 5E | 1B | F | 59 | 27 |
| Octal | 272 | 70 | 13 | 0 | 106 | 136 | 33 | 17 | 131 | 47 |
| Binary | 10111010 | 111000 | 1011 | 0 | 1000110 | 1011110 | 11011 | 1111 | 1011001 | 100111 |
Color Harmonies of #BA380B
Complementary color
Monochromatic Colors of #BA380B
Black with #BA380B
Text Example
Text Example
White with #BA380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA380B; }
p { color: rgb(186,56,11); }
H1.HeaderClassName
{
color: #BA380B;
}
.AnyTagClassName
{
color: #BA380B;
}
</style>
background-color css
<style>
a { background-color: #BA380B; }
a { background-color: rgb(186,56,11); }
div.DivClassName
{
background-color: #BA380B;
}
.BgClassName
{
background-color: #BA380B;
}
</style>
border-color css
<style>
span { border-color: #BA380B; }
span { border-color: rgb(186,56,11); }
td.TdClassName
{
border-color: #BA380B;
}
.TagClassName
{
border-color: #BA380B;
}
</style>