#BA4215

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

Shades of Rust #BA4215

Tints of Rust #BA4215

Color information

#BA4215 (or 0xBA4215) is unknown color: approx Rust. HEX triplet: BA, 42 and 15. RGB value is (186,66,21). Sum of RGB (Red+Green+Blue) = 186+66+21=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4215 is #45BDEA. Grayscale: #616161. Windows color (decimal): -4570603 or 1393338. OLE color: 1393338.

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

Color convert

RGB1866621-
CMYK00.650.890.27
HSL16.36º79.71%40.59%-
HSV(B)16.36º88.71%72.94%-
XYZ22.3314.392.31-
YUV96.7585.26191.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=68.13%
G=24.18%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186662100.650.890.2716.3679.7140.59
HexBA4215041591B105029
Octal272102250101131332012051
Binary1011101010000101010101000001101100111011100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4215; }

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

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

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

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

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

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

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

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