#BA5012

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

Shades of Rust #BA5012

Tints of Rust #BA5012

Color information

#BA5012 (or 0xBA5012) is unknown color: approx Rust. HEX triplet: BA, 50 and 12. RGB value is (186,80,18). Sum of RGB (Red+Green+Blue) = 186+80+18=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5012 is #45AFED. Grayscale: #686868. Windows color (decimal): -4567022 or 1200314. OLE color: 1200314.

HSL color Cylindrical-coordinate representation of color #BA5012: hue angle of 22.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5012 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1868018-
CMYK00.570.900.27
HSL22.14º82.35%40%-
HSV(B)22.14º90.32%72.94%-
XYZ23.2316.222.48-
YUV104.6379.12186.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 18 (7.42% from 255) = 6.34%
R=65.49%
G=28.17%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186801800.570.900.2722.1482.3540
HexBA50120395A1B165228
Octal27212022071132332612250
Binary101110101010000100100111001101101011011101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5012; }

 p { color: rgb(186,80,18); }

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

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

 a { background-color: rgb(186,80,18); }

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

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

 span { border-color: rgb(186,80,18); }

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