#ba5814

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

Shades of Rust #BA5814

Tints of Rust #BA5814

Color information

#BA5814 (or 0xBA5814) is unknown color: approx Rust. HEX triplet: BA, 58 and 14. RGB value is (186,88,20). Sum of RGB (Red+Green+Blue) = 186+88+20=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5814 is #45A7EB. Grayscale: #6D6D6D. Windows color (decimal): -4564972 or 1333434. OLE color: 1333434.

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

Color convert

RGB1868820-
CMYK00.530.890.27
HSL24.58º80.58%40.39%-
HSV(B)24.58º89.25%72.94%-
XYZ23.8717.472.78-
YUV109.5577.47182.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 20 (8.20% from 255) = 6.80%
R=63.27%
G=29.93%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186882000.530.890.2724.5880.5840.39
HexBA5814035591B195128
Octal27213024065131333112150
Binary101110101011000101000110101101100111011110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5814; }

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

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

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

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

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

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

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

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