#BA3511

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

Shades of Rust #BA3511

Tints of Rust #BA3511

Color information

#BA3511 (or 0xBA3511) is unknown color: approx Rust. HEX triplet: BA, 35 and 11. RGB value is (186,53,17). Sum of RGB (Red+Green+Blue) = 186+53+17=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3511 is #45CAEE. Grayscale: #585858. Windows color (decimal): -4573935 or 1127866. OLE color: 1127866.

HSL color Cylindrical-coordinate representation of color #BA3511: hue angle of 12.78º degrees, saturation: 0.83, 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 #BA3511 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1865317-
CMYK00.720.910.27
HSL12.78º83.25%39.8%-
HSV(B)12.78º90.86%72.94%-
XYZ21.6213.031.9-
YUV88.6687.56197.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.66%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 17 (7.03% from 255) = 6.64%
R=72.66%
G=20.70%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186531700.720.910.2712.7883.2539.8
HexBA35110485B1Bd5328
Octal27265210110133331512350
Binary10111010110101100010100100010110111101111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3511; }

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

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

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

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

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

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

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

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