#BA3C1E

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

Shades of Rust #BA3C1E

Tints of Rust #BA3C1E

Color information

#BA3C1E (or 0xBA3C1E) is unknown color: approx Rust. HEX triplet: BA, 3C and 1E. RGB value is (186,60,30). Sum of RGB (Red+Green+Blue) = 186+60+30=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C1E is #45C3E1. Grayscale: #5E5E5E. Windows color (decimal): -4572130 or 1981626. OLE color: 1981626.

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

Color convert

RGB1866030-
CMYK00.680.840.27
HSL11.54º72.22%42.35%-
HSV(B)11.54º83.87%72.94%-
XYZ22.113.762.72-
YUV94.2591.74193.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.39%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=67.39%
G=21.74%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186603000.680.840.2711.5472.2242.35
HexBA3C1E044541Bc482a
Octal27274360104124331411052
Binary10111010111100111100100010010101001101111001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C1E; }

 p { color: rgb(186,60,30); }

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

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

 a { background-color: rgb(186,60,30); }

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

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

 span { border-color: rgb(186,60,30); }

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