#BA5210

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

Shades of Rust #BA5210

Tints of Rust #BA5210

Color information

#BA5210 (or 0xBA5210) is unknown color: approx Rust. HEX triplet: BA, 52 and 10. RGB value is (186,82,16). Sum of RGB (Red+Green+Blue) = 186+82+16=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5210 is #45ADEF. Grayscale: #696969. Windows color (decimal): -4566512 or 1069754. OLE color: 1069754.

HSL color Cylindrical-coordinate representation of color #BA5210: hue angle of 23.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA5210 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1868216-
CMYK00.560.910.27
HSL23.29º84.16%39.61%-
HSV(B)23.29º91.4%72.94%-
XYZ23.3616.512.45-
YUV105.5777.46185.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 16 (6.64% from 255) = 5.63%
R=65.49%
G=28.87%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186821600.560.910.2723.2984.1639.61
HexBA52100385B1B175428
Octal27212220070133332712450
Binary101110101010010100000111000101101111011101111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5210; }

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

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

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

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

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

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

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

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