#BA4019

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

Shades of Rust #BA4019

Tints of Rust #BA4019

Color information

#BA4019 (or 0xBA4019) is unknown color: approx Rust. HEX triplet: BA, 40 and 19. RGB value is (186,64,25). Sum of RGB (Red+Green+Blue) = 186+64+25=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4019 is #45BFE6. Grayscale: #606060. Windows color (decimal): -4571111 or 1654970. OLE color: 1654970.

HSL color Cylindrical-coordinate representation of color #BA4019: hue angle of 14.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA4019 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1866425-
CMYK00.660.870.27
HSL14.53º76.3%41.37%-
HSV(B)14.53º86.56%72.94%-
XYZ22.2614.182.48-
YUV96.0387.92192.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.64%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=67.64%
G=23.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186642500.660.870.2714.5376.341.37
HexBA4019042571Bf4c29
Octal272100310102127331711451
Binary101110101000000110010100001010101111101111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4019; }

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

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

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

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

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

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

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

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