#BA4000

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

Shades of Rust #BA4000

Tints of Rust #BA4000

Color information

#BA4000 (or 0xBA4000) is unknown color: approx Rust. HEX triplet: BA, 40 and 00. RGB value is (186,64,0). Sum of RGB (Red+Green+Blue) = 186+64+0=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4000 is #45BFFF. Grayscale: #5D5D5D. Windows color (decimal): -4571136 or 16570. OLE color: 16570.

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

Color convert

RGB186640-
CMYK00.6610.27
HSL20.65º100%36.47%-
HSV(B)20.65º100%72.94%-
XYZ22.0814.111.56-
YUV93.1875.42194.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 74.4%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.4%
G=25.6%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18664000.6610.2720.6510036.47
HexBA400042641B156424
Octal27210000102144332514444
Binary101110101000000001000010110010011011101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4000; }

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

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

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

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

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

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

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

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