#BA4619

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

Shades of Rust #BA4619

Tints of Rust #BA4619

Color information

#BA4619 (or 0xBA4619) is unknown color: approx Rust. HEX triplet: BA, 46 and 19. RGB value is (186,70,25). Sum of RGB (Red+Green+Blue) = 186+70+25=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4619 is #45B9E6. Grayscale: #636363. Windows color (decimal): -4569575 or 1656506. OLE color: 1656506.

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

Color convert

RGB1867025-
CMYK00.620.870.27
HSL16.77º76.3%41.37%-
HSV(B)16.77º86.56%72.94%-
XYZ22.6214.892.6-
YUV99.5585.93189.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.19%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 25 (10.16% from 255) = 8.90%
R=66.19%
G=24.91%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186702500.620.870.2716.7776.341.37
HexBA461903E571B114c29
Octal27210631076127332111451
Binary101110101000110110010111110101011111011100011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4619; }

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

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

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

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

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

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

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

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