#BA410F

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

Shades of Rust #BA410F

Tints of Rust #BA410F

Color information

#BA410F (or 0xBA410F) is unknown color: approx Rust. HEX triplet: BA, 41 and 0F. RGB value is (186,65,15). Sum of RGB (Red+Green+Blue) = 186+65+15=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA410F is #45BEF0. Grayscale: #5F5F5F. Windows color (decimal): -4570865 or 999866. OLE color: 999866.

HSL color Cylindrical-coordinate representation of color #BA410F: hue angle of 17.54º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA410F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1866515-
CMYK00.650.920.27
HSL17.54º85.07%39.41%-
HSV(B)17.54º91.94%72.94%-
XYZ22.2314.252.03-
YUV95.4882.59192.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.92%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=69.92%
G=24.44%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186651500.650.920.2717.5485.0739.41
HexBA41F0415C1B125527
Octal272101170101134332212547
Binary101110101000001111101000001101110011011100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA410F; }

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

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

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

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

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

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

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

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