#BA4411

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

Shades of Rust #BA4411

Tints of Rust #BA4411

Color information

#BA4411 (or 0xBA4411) is unknown color: approx Rust. HEX triplet: BA, 44 and 11. RGB value is (186,68,17). Sum of RGB (Red+Green+Blue) = 186+68+17=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4411 is #45BBEE. Grayscale: #616161. Windows color (decimal): -4570095 or 1131706. OLE color: 1131706.

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

Color convert

RGB1866817-
CMYK00.630.910.27
HSL18.11º83.25%39.8%-
HSV(B)18.11º90.86%72.94%-
XYZ22.4214.612.17-
YUV97.4782.59191.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=68.63%
G=25.09%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186681700.630.910.2718.1183.2539.8
HexBA441103F5B1B125328
Octal27210421077133332212350
Binary101110101000100100010111111101101111011100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4411; }

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

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

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

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

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

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

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

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