Shades of Rust #BA4317
Tints of Rust #BA4317
RGB
CMYK
RGB Variations
Color information
#BA4317 (or 0xBA4317) is known color: Rust. HEX triplet: BA, 43 and 17. RGB value is (186,67,23). Sum of RGB (Red+Green+Blue) = 186+67+23=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4317 is #45BCE8. Grayscale: #616161. Windows color (decimal): -4570345 or 1524666. OLE color: 1524666.
HSL color Cylindrical-coordinate representation of color #BA4317: hue angle of 16.2º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4317 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.27 |
| HSL | 16.2º | 0.78% | 0.41% | - |
| HSV(B) | 16.2º | 0.88% | 0.73% | - |
| XYZ | 22.41 | 14.52 | 2.43 | - |
| YUV | 97.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 23 | 0 | 0.64 | 0.88 | 0.27 | 16.2 | 0.78 | 0.41 |
| Hex | BA | 43 | 17 | 0 | 40 | 58 | 1B | 10 | 4E | 29 |
| Octal | 272 | 103 | 27 | 0 | 100 | 130 | 33 | 20 | 116 | 51 |
| Binary | 10111010 | 1000011 | 10111 | 0 | 1000000 | 1011000 | 11011 | 10000 | 1001110 | 101001 |
Color Harmonies of #BA4317
Complementary color
Monochromatic Colors of #BA4317
Black with #BA4317
Text Example
Text Example
White with #BA4317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4317; }
p { color: rgb(186,67,23); }
H1.HeaderClassName
{
color: #BA4317;
}
.AnyTagClassName
{
color: #BA4317;
}
</style>
background-color css
<style>
a { background-color: #BA4317; }
a { background-color: rgb(186,67,23); }
div.DivClassName
{
background-color: #BA4317;
}
.BgClassName
{
background-color: #BA4317;
}
</style>
border-color css
<style>
span { border-color: #BA4317; }
span { border-color: rgb(186,67,23); }
td.TdClassName
{
border-color: #BA4317;
}
.TagClassName
{
border-color: #BA4317;
}
</style>