#BA501D

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

Shades of Rust #BA501D

Tints of Rust #BA501D

Color information

#BA501D (or 0xBA501D) is unknown color: approx Rust. HEX triplet: BA, 50 and 1D. RGB value is (186,80,29). Sum of RGB (Red+Green+Blue) = 186+80+29=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA501D is #45AFE2. Grayscale: #6A6A6A. Windows color (decimal): -4567011 or 1921210. OLE color: 1921210.

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

Color convert

RGB1868029-
CMYK00.570.840.27
HSL19.49º73.02%42.16%-
HSV(B)19.49º84.41%72.94%-
XYZ23.3416.273.07-
YUV105.8884.62185.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 29 (11.72% from 255) = 9.83%
R=63.05%
G=27.12%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186802900.570.840.2719.4973.0242.16
HexBA501D039541B13492a
Octal27212035071124332311152
Binary101110101010000111010111001101010011011100111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA501D; }

 p { color: rgb(186,80,29); }

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

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

 a { background-color: rgb(186,80,29); }

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

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

 span { border-color: rgb(186,80,29); }

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