#BA4C16

Color #BA4C16 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #BA4C16

Tints of Rust #BA4C16

Color information

#BA4C16 (or 0xBA4C16) is unknown color: approx Rust. HEX triplet: BA, 4C and 16. RGB value is (186,76,22). Sum of RGB (Red+Green+Blue) = 186+76+22=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4C16 is #45B3E9. Grayscale: #676767. Windows color (decimal): -4568042 or 1461434. OLE color: 1461434.

HSL color Cylindrical-coordinate representation of color #BA4C16: hue angle of 19.76º degrees, saturation: 0.79, 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 #BA4C16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1867622-
CMYK00.590.880.27
HSL19.76º78.85%40.78%-
HSV(B)19.76º88.17%72.94%-
XYZ22.9815.672.57-
YUV102.7382.44187.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 22 (8.98% from 255) = 7.75%
R=65.49%
G=26.76%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186762200.590.880.2719.7678.8540.78
HexBA4C1603B581B144f29
Octal27211426073130332411751
Binary101110101001100101100111011101100011011101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C16; }

 p { color: rgb(186,76,22); }

 H1.HeaderClassName
 {
   color: #BA4C16;
 }
 .AnyTagClassName
 {
   color: #BA4C16;
 }
</style>
background-color css

<style>
 a { background-color: #BA4C16; }

 a { background-color: rgb(186,76,22); }

 div.DivClassName
 {
   background-color: #BA4C16;
 }
 .BgClassName
 {
   background-color: #BA4C16;
 }
</style>
border-color css

<style>
 span { border-color: #BA4C16; }

 span { border-color: rgb(186,76,22); }

 td.TdClassName
 {
   border-color: #BA4C16;
 }
 .TagClassName
 {
   border-color: #BA4C16;
 }
</style>