#BA4410

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

Shades of Rust #BA4410

Tints of Rust #BA4410

Color information

#BA4410 (or 0xBA4410) is unknown color: approx Rust. HEX triplet: BA, 44 and 10. RGB value is (186,68,16). Sum of RGB (Red+Green+Blue) = 186+68+16=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4410 is #45BBEF. Grayscale: #616161. Windows color (decimal): -4570096 or 1066170. OLE color: 1066170.

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

Color convert

RGB1866816-
CMYK00.630.910.27
HSL18.35º84.16%39.61%-
HSV(B)18.35º91.4%72.94%-
XYZ22.4114.612.13-
YUV97.3582.09191.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.89%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 16 (6.64% from 255) = 5.93%
R=68.89%
G=25.19%
B=5.93%

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
Decimal186681600.630.910.2718.3584.1639.61
HexBA441003F5B1B125428
Octal27210420077133332212450
Binary101110101000100100000111111101101111011100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4410; }

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

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

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

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

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

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

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

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