#BA3E1E

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

Shades of Rust #BA3E1E

Tints of Rust #BA3E1E

Color information

#BA3E1E (or 0xBA3E1E) is unknown color: approx Rust. HEX triplet: BA, 3E and 1E. RGB value is (186,62,30). Sum of RGB (Red+Green+Blue) = 186+62+30=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E1E is #45C1E1. Grayscale: #5F5F5F. Windows color (decimal): -4571618 or 1982138. OLE color: 1982138.

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

Color convert

RGB1866230-
CMYK00.670.840.27
HSL12.31º72.22%42.35%-
HSV(B)12.31º83.87%72.94%-
XYZ22.2113.982.76-
YUV95.4391.08192.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.91%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=66.91%
G=22.30%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186623000.670.840.2712.3172.2242.35
HexBA3E1E043541Bc482a
Octal27276360103124331411052
Binary10111010111110111100100001110101001101111001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E1E; }

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

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

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

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

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

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

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

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