#BA4D1E

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

Shades of Rust #BA4D1E

Tints of Rust #BA4D1E

Color information

#BA4D1E (or 0xBA4D1E) is unknown color: approx Rust. HEX triplet: BA, 4D and 1E. RGB value is (186,77,30). Sum of RGB (Red+Green+Blue) = 186+77+30=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D1E is #45B2E1. Grayscale: #686868. Windows color (decimal): -4567778 or 1985978. OLE color: 1985978.

HSL color Cylindrical-coordinate representation of color #BA4D1E: hue angle of 18.08º 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 #BA4D1E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1867730-
CMYK00.590.840.27
HSL18.08º72.22%42.35%-
HSV(B)18.08º83.87%72.94%-
XYZ23.1415.843.07-
YUV104.2386.11186.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=63.48%
G=26.28%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186773000.590.840.2718.0872.2242.35
HexBA4D1E03B541B12482a
Octal27211536073124332211052
Binary101110101001101111100111011101010011011100101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D1E; }

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

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

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

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

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

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

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

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