#ba3e16

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

Shades of Rust #BA3E16

Tints of Rust #BA3E16

Color information

#BA3E16 (or 0xBA3E16) is unknown color: approx Rust. HEX triplet: BA, 3E and 16. RGB value is (186,62,22). Sum of RGB (Red+Green+Blue) = 186+62+22=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E16 is #45C1E9. Grayscale: #5E5E5E. Windows color (decimal): -4571626 or 1457850. OLE color: 1457850.

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

Color convert

RGB1866222-
CMYK00.670.880.27
HSL14.63º78.85%40.78%-
HSV(B)14.63º88.17%72.94%-
XYZ22.1213.942.28-
YUV94.5287.08193.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.89%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=68.89%
G=22.96%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186622200.670.880.2714.6378.8540.78
HexBA3E16043581Bf4f29
Octal27276260103130331711751
Binary10111010111110101100100001110110001101111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3e16; }

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

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

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

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

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

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

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

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