#BA4906

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

Shades of Rust #BA4906

Tints of Rust #BA4906

Color information

#BA4906 (or 0xBA4906) is unknown color: approx Rust. HEX triplet: BA, 49 and 06. RGB value is (186,73,6). Sum of RGB (Red+Green+Blue) = 186+73+6=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4906 is #45B6F9. Grayscale: #636363. Windows color (decimal): -4568826 or 412090. OLE color: 412090.

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

Color convert

RGB186736-
CMYK00.610.970.27
HSL22.33º93.75%37.65%-
HSV(B)22.33º96.77%72.94%-
XYZ22.6715.221.91-
YUV99.1575.44189.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=70.19%
G=27.55%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18673600.610.970.2722.3393.7537.65
HexBA49603D611B165e26
Octal2721116075141332613646
Binary1011101010010011100111101110000111011101101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4906; }

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

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

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

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

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

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

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

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