#BA3B15

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

Shades of Rust #BA3B15

Tints of Rust #BA3B15

Color information

#BA3B15 (or 0xBA3B15) is unknown color: approx Rust. HEX triplet: BA, 3B and 15. RGB value is (186,59,21). Sum of RGB (Red+Green+Blue) = 186+59+21=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B15 is #45C4EA. Grayscale: #5C5C5C. Windows color (decimal): -4572395 or 1391546. OLE color: 1391546.

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

Color convert

RGB1865921-
CMYK00.680.890.27
HSL13.82º79.71%40.59%-
HSV(B)13.82º88.71%72.94%-
XYZ21.9513.622.18-
YUV92.6487.58194.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.92%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=69.92%
G=22.18%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186592100.680.890.2713.8279.7140.59
HexBA3B15044591Be5029
Octal27273250104131331612051
Binary10111010111011101010100010010110011101111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3B15; }

 p { color: rgb(186,59,21); }

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

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

 a { background-color: rgb(186,59,21); }

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

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

 span { border-color: rgb(186,59,21); }

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