#ba4e1a

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

Shades of Rust #BA4E1A

Tints of Rust #BA4E1A

Color information

#BA4E1A (or 0xBA4E1A) is unknown color: approx Rust. HEX triplet: BA, 4E and 1A. RGB value is (186,78,26). Sum of RGB (Red+Green+Blue) = 186+78+26=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E1A is #45B1E5. Grayscale: #686868. Windows color (decimal): -4567526 or 1724090. OLE color: 1724090.

HSL color Cylindrical-coordinate representation of color #BA4E1A: hue angle of 19.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA4E1A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1867826-
CMYK00.580.860.27
HSL19.5º75.47%41.57%-
HSV(B)19.5º86.02%72.94%-
XYZ23.1615.962.84-
YUV104.3683.78186.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 26 (10.55% from 255) = 8.97%
R=64.14%
G=26.90%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186782600.580.860.2719.575.4741.57
HexBA4E1A03A561B144b2a
Octal27211632072126332411352
Binary101110101001110110100111010101011011011101001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4e1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4e1a; }

 p { color: rgb(186,78,26); }

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

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

 a { background-color: rgb(186,78,26); }

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

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

 span { border-color: rgb(186,78,26); }

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