#ba460f

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

Shades of Rust #BA460F

Tints of Rust #BA460F

Color information

#BA460F (or 0xBA460F) is unknown color: approx Rust. HEX triplet: BA, 46 and 0F. RGB value is (186,70,15). Sum of RGB (Red+Green+Blue) = 186+70+15=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA460F is #45B9F0. Grayscale: #626262. Windows color (decimal): -4569585 or 1001146. OLE color: 1001146.

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

Color convert

RGB1867015-
CMYK00.620.920.27
HSL19.3º85.07%39.41%-
HSV(B)19.3º91.94%72.94%-
XYZ22.5314.852.13-
YUV98.4180.93190.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 15 (6.25% from 255) = 5.54%
R=68.63%
G=25.83%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186701500.620.920.2719.385.0739.41
HexBA46F03E5C1B135527
Octal27210617076134332312547
Binary10111010100011011110111110101110011011100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba460f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba460f; }

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

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

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

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

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

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

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

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