#BA520F

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

Shades of Rust #BA520F

Tints of Rust #BA520F

Color information

#BA520F (or 0xBA520F) is unknown color: approx Rust. HEX triplet: BA, 52 and 0F. RGB value is (186,82,15). Sum of RGB (Red+Green+Blue) = 186+82+15=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA520F is #45ADF0. Grayscale: #696969. Windows color (decimal): -4566513 or 1004218. OLE color: 1004218.

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

Color convert

RGB1868215-
CMYK00.560.920.27
HSL23.51º85.07%39.41%-
HSV(B)23.51º91.94%72.94%-
XYZ23.3516.512.41-
YUV105.4676.96185.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=65.72%
G=28.98%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186821500.560.920.2723.5185.0739.41
HexBA52F0385C1B185527
Octal27212217070134333012547
Binary10111010101001011110111000101110011011110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA520F; }

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

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

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

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

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

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

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

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