#BA4211

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

Shades of Rust #BA4211

Tints of Rust #BA4211

Color information

#BA4211 (or 0xBA4211) is unknown color: approx Rust. HEX triplet: BA, 42 and 11. RGB value is (186,66,17). Sum of RGB (Red+Green+Blue) = 186+66+17=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4211 is #45BDEE. Grayscale: #606060. Windows color (decimal): -4570607 or 1131194. OLE color: 1131194.

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

Color convert

RGB1866617-
CMYK00.650.910.27
HSL17.4º83.25%39.8%-
HSV(B)17.4º90.86%72.94%-
XYZ22.314.382.13-
YUV96.2983.26191.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=69.14%
G=24.54%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186661700.650.910.2717.483.2539.8
HexBA42110415B1B115328
Octal272102210101133332112350
Binary1011101010000101000101000001101101111011100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4211; }

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

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

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

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

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

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

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

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