#BA4713

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

Shades of Rust #BA4713

Tints of Rust #BA4713

Color information

#BA4713 (or 0xBA4713) is unknown color: approx Rust. HEX triplet: BA, 47 and 13. RGB value is (186,71,19). Sum of RGB (Red+Green+Blue) = 186+71+19=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4713 is #45B8EC. Grayscale: #636363. Windows color (decimal): -4569325 or 1263546. OLE color: 1263546.

HSL color Cylindrical-coordinate representation of color #BA4713: hue angle of 18.68º degrees, saturation: 0.81, 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 #BA4713 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1867119-
CMYK00.620.900.27
HSL18.68º81.46%40.2%-
HSV(B)18.68º89.78%72.94%-
XYZ22.6214.992.32-
YUV99.4682.6189.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.39%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 19 (7.81% from 255) = 6.88%
R=67.39%
G=25.72%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186711900.620.900.2718.6881.4640.2
HexBA471303E5A1B135128
Octal27210723076132332312150
Binary101110101000111100110111110101101011011100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4713; }

 p { color: rgb(186,71,19); }

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

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

 a { background-color: rgb(186,71,19); }

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

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

 span { border-color: rgb(186,71,19); }

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