#BA3106

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

Shades of Rust #BA3106

Tints of Rust #BA3106

Color information

#BA3106 (or 0xBA3106) is unknown color: approx Rust. HEX triplet: BA, 31 and 06. RGB value is (186,49,6). Sum of RGB (Red+Green+Blue) = 186+49+6=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3106 is #45CEF9. Grayscale: #555555. Windows color (decimal): -4574970 or 405946. OLE color: 405946.

HSL color Cylindrical-coordinate representation of color #BA3106: hue angle of 14.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 #BA3106 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB186496-
CMYK00.740.970.27
HSL14.33º93.75%37.65%-
HSV(B)14.33º96.77%72.94%-
XYZ21.3812.651.49-
YUV85.0683.39200-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.18%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=77.18%
G=20.33%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18649600.740.970.2714.3393.7537.65
HexBA31604A611Be5e26
Octal2726160112141331613646
Binary101110101100011100100101011000011101111101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3106; }

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

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

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

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

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

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

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

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