#BA560F

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

Shades of Rust #BA560F

Tints of Rust #BA560F

Color information

#BA560F (or 0xBA560F) is unknown color: approx Rust. HEX triplet: BA, 56 and 0F. RGB value is (186,86,15). Sum of RGB (Red+Green+Blue) = 186+86+15=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA560F is #45A9F0. Grayscale: #6C6C6C. Windows color (decimal): -4565489 or 1005242. OLE color: 1005242.

HSL color Cylindrical-coordinate representation of color #BA560F: hue angle of 24.91º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA560F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1868615-
CMYK00.540.920.27
HSL24.91º85.07%39.41%-
HSV(B)24.91º91.94%72.94%-
XYZ23.6617.132.51-
YUV107.8175.63183.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 15 (6.25% from 255) = 5.23%
R=64.81%
G=29.97%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186861500.540.920.2724.9185.0739.41
HexBA56F0365C1B195527
Octal27212617066134333112547
Binary10111010101011011110110110101110011011110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA560F; }

 p { color: rgb(186,86,15); }

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

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

 a { background-color: rgb(186,86,15); }

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

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

 span { border-color: rgb(186,86,15); }

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