#BA4200

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

Shades of Rust #BA4200

Tints of Rust #BA4200

Color information

#BA4200 (or 0xBA4200) is unknown color: approx Rust. HEX triplet: BA, 42 and 00. RGB value is (186,66,0). Sum of RGB (Red+Green+Blue) = 186+66+0=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4200 is #45BDFF. Grayscale: #5E5E5E. Windows color (decimal): -4570624 or 17082. OLE color: 17082.

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

Color convert

RGB186660-
CMYK00.6510.27
HSL21.29º100%36.47%-
HSV(B)21.29º100%72.94%-
XYZ22.214.341.6-
YUV94.3674.76193.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.81%
G=26.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18666000.6510.2721.2910036.47
HexBA420041641B156424
Octal27210200101144332514444
Binary101110101000010001000001110010011011101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4200; }

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

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

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

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

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

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

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

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