#BA4900

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

Shades of Rust #BA4900

Tints of Rust #BA4900

Color information

#BA4900 (or 0xBA4900) is unknown color: approx Rust. HEX triplet: BA, 49 and 00. RGB value is (186,73,0). Sum of RGB (Red+Green+Blue) = 186+73+0=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4900 is #45B6FF. Grayscale: #626262. Windows color (decimal): -4568832 or 18874. OLE color: 18874.

HSL color Cylindrical-coordinate representation of color #BA4900: hue angle of 23.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA4900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB186730-
CMYK00.6110.27
HSL23.55º100%36.47%-
HSV(B)23.55º100%72.94%-
XYZ22.6315.21.74-
YUV98.4672.44190.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.81%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.81%
G=28.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18673000.6110.2723.5510036.47
HexBA49003D641B186424
Octal2721110075144333014444
Binary10111010100100100111101110010011011110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4900; }

 p { color: rgb(186,73,0); }

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

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

 a { background-color: rgb(186,73,0); }

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

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

 span { border-color: rgb(186,73,0); }

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