Shades of Rust #BA3807
Tints of Rust #BA3807
RGB
CMYK
RGB Variations
Color information
#BA3807 (or 0xBA3807) is known color: Rust. HEX triplet: BA, 38 and 07. RGB value is (186,56,7). Sum of RGB (Red+Green+Blue) = 186+56+7=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3807 is #45C7F8. Grayscale: #595959. Windows color (decimal): -4573177 or 473274. OLE color: 473274.
HSL color Cylindrical-coordinate representation of color #BA3807: hue angle of 16.42º degrees, saturation: 0.93, 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 #BA3807 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.27 |
| HSL | 16.42º | 0.93% | 0.38% | - |
| HSV(B) | 16.42º | 0.96% | 0.73% | - |
| XYZ | 21.7 | 13.28 | 1.62 | - |
| YUV | 89.28 | 81.57 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 7 | 0 | 0.70 | 0.96 | 0.27 | 16.42 | 0.93 | 0.38 |
| Hex | BA | 38 | 7 | 0 | 46 | 60 | 1B | 10 | 5D | 26 |
| Octal | 272 | 70 | 7 | 0 | 106 | 140 | 33 | 20 | 135 | 46 |
| Binary | 10111010 | 111000 | 111 | 0 | 1000110 | 1100000 | 11011 | 10000 | 1011101 | 100110 |
Color Harmonies of #BA3807
Complementary color
Monochromatic Colors of #BA3807
Black with #BA3807
Text Example
Text Example
White with #BA3807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3807; }
p { color: rgb(186,56,7); }
H1.HeaderClassName
{
color: #BA3807;
}
.AnyTagClassName
{
color: #BA3807;
}
</style>
background-color css
<style>
a { background-color: #BA3807; }
a { background-color: rgb(186,56,7); }
div.DivClassName
{
background-color: #BA3807;
}
.BgClassName
{
background-color: #BA3807;
}
</style>
border-color css
<style>
span { border-color: #BA3807; }
span { border-color: rgb(186,56,7); }
td.TdClassName
{
border-color: #BA3807;
}
.TagClassName
{
border-color: #BA3807;
}
</style>