#BA4111

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

Shades of Rust #BA4111

Tints of Rust #BA4111

Color information

#BA4111 (or 0xBA4111) is unknown color: approx Rust. HEX triplet: BA, 41 and 11. RGB value is (186,65,17). Sum of RGB (Red+Green+Blue) = 186+65+17=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4111 is #45BEEE. Grayscale: #606060. Windows color (decimal): -4570863 or 1130938. OLE color: 1130938.

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

Color convert

RGB1866517-
CMYK00.650.910.27
HSL17.04º83.25%39.8%-
HSV(B)17.04º90.86%72.94%-
XYZ22.2414.262.11-
YUV95.7183.59192.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.40%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 17 (7.03% from 255) = 6.34%
R=69.40%
G=24.25%
B=6.34%

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
Decimal186651700.650.910.2717.0483.2539.8
HexBA41110415B1B115328
Octal272101210101133332112350
Binary1011101010000011000101000001101101111011100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4111; }

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

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

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

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

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

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

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

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