#BA4E0D

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

Shades of Rust #BA4E0D

Tints of Rust #BA4E0D

Color information

#BA4E0D (or 0xBA4E0D) is unknown color: approx Rust. HEX triplet: BA, 4E and 0D. RGB value is (186,78,13). Sum of RGB (Red+Green+Blue) = 186+78+13=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E0D is #45B1F2. Grayscale: #676767. Windows color (decimal): -4567539 or 872122. OLE color: 872122.

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

Color convert

RGB1867813-
CMYK00.580.930.27
HSL22.54º86.93%39.02%-
HSV(B)22.54º93.01%72.94%-
XYZ23.0515.922.24-
YUV102.8877.28187.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 13 (5.47% from 255) = 4.69%
R=67.15%
G=28.16%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186781300.580.930.2722.5486.9339.02
HexBA4ED03A5D1B175727
Octal27211615072135332712747
Binary10111010100111011010111010101110111011101111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E0D; }

 p { color: rgb(186,78,13); }

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

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

 a { background-color: rgb(186,78,13); }

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

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

 span { border-color: rgb(186,78,13); }

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