#BA4115

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

Shades of Rust #BA4115

Tints of Rust #BA4115

Color information

#BA4115 (or 0xBA4115) is unknown color: approx Rust. HEX triplet: BA, 41 and 15. RGB value is (186,65,21). Sum of RGB (Red+Green+Blue) = 186+65+21=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4115 is #45BEEA. Grayscale: #606060. Windows color (decimal): -4570859 or 1393082. OLE color: 1393082.

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

Color convert

RGB1866521-
CMYK00.650.890.27
HSL16º79.71%40.59%-
HSV(B)16º88.71%72.94%-
XYZ22.2814.272.29-
YUV96.1685.59192.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 21 (8.59% from 255) = 7.72%
R=68.38%
G=23.90%
B=7.72%

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
Decimal186652100.650.890.271679.7140.59
HexBA4115041591B105029
Octal272101250101131332012051
Binary1011101010000011010101000001101100111011100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4115; }

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

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

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

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

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

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

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

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