#BA5712

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

Shades of Rust #BA5712

Tints of Rust #BA5712

Color information

#BA5712 (or 0xBA5712) is unknown color: approx Rust. HEX triplet: BA, 57 and 12. RGB value is (186,87,18). Sum of RGB (Red+Green+Blue) = 186+87+18=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5712 is #45A8ED. Grayscale: #6D6D6D. Windows color (decimal): -4565230 or 1202106. OLE color: 1202106.

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

Color convert

RGB1868718-
CMYK00.530.900.27
HSL24.64º82.35%40%-
HSV(B)24.64º90.32%72.94%-
XYZ23.7717.32.66-
YUV108.7476.8183.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 18 (7.42% from 255) = 6.19%
R=63.92%
G=29.90%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186871800.530.900.2724.6482.3540
HexBA57120355A1B195228
Octal27212722065132333112250
Binary101110101010111100100110101101101011011110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5712; }

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

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

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

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

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

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

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

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