#BA3603

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

Shades of Rust #BA3603

Tints of Rust #BA3603

Color information

#BA3603 (or 0xBA3603) is unknown color: approx Rust. HEX triplet: BA, 36 and 03. RGB value is (186,54,3). Sum of RGB (Red+Green+Blue) = 186+54+3=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3603 is #45C9FC. Grayscale: #575757. Windows color (decimal): -4573693 or 210618. OLE color: 210618.

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

Color convert

RGB186543-
CMYK00.710.980.27
HSL16.72º96.83%37.06%-
HSV(B)16.72º98.39%72.94%-
XYZ21.5913.081.47-
YUV87.6580.23198.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.54%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 3 (1.56% from 255) = 1.23%
R=76.54%
G=22.22%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18654300.710.980.2716.7296.8337.06
HexBA363047621B116125
Octal2726630107142332114145
Binary101110101101101101000111110001011011100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3603; }

 p { color: rgb(186,54,3); }

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

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

 a { background-color: rgb(186,54,3); }

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

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

 span { border-color: rgb(186,54,3); }

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