#BA3F14

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

Shades of Rust #BA3F14

Tints of Rust #BA3F14

Color information

#BA3F14 (or 0xBA3F14) is unknown color: approx Rust. HEX triplet: BA, 3F and 14. RGB value is (186,63,20). Sum of RGB (Red+Green+Blue) = 186+63+20=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F14 is #45C0EB. Grayscale: #5F5F5F. Windows color (decimal): -4571372 or 1327034. OLE color: 1327034.

HSL color Cylindrical-coordinate representation of color #BA3F14: hue angle of 15.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3F14 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1866320-
CMYK00.660.890.27
HSL15.54º80.58%40.39%-
HSV(B)15.54º89.25%72.94%-
XYZ22.1514.042.21-
YUV94.8885.75193-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 63 (25% from 255) = 23.42%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=69.14%
G=23.42%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186632000.660.890.2715.5480.5840.39
HexBA3F14042591B105128
Octal27277240102131332012150
Binary101110101111111010001000010101100111011100001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F14; }

 p { color: rgb(186,63,20); }

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

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

 a { background-color: rgb(186,63,20); }

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

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

 span { border-color: rgb(186,63,20); }

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