#BA3502

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

Shades of Rust #BA3502

Tints of Rust #BA3502

Color information

#BA3502 (or 0xBA3502) is unknown color: approx Rust. HEX triplet: BA, 35 and 02. RGB value is (186,53,2). Sum of RGB (Red+Green+Blue) = 186+53+2=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3502 is #45CAFD. Grayscale: #575757. Windows color (decimal): -4573950 or 144826. OLE color: 144826.

HSL color Cylindrical-coordinate representation of color #BA3502: hue angle of 16.63º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA3502 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186532-
CMYK00.720.990.27
HSL16.63º97.87%36.86%-
HSV(B)16.63º98.92%72.94%-
XYZ21.5312.991.43-
YUV86.9580.06198.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.18%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=77.18%
G=21.99%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18653200.720.990.2716.6397.8736.86
HexBA352048631B116225
Octal2726520110143332114245
Binary101110101101011001001000110001111011100011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3502; }

 p { color: rgb(186,53,2); }

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

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

 a { background-color: rgb(186,53,2); }

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

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

 span { border-color: rgb(186,53,2); }

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