#BA400D

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

Shades of Rust #BA400D

Tints of Rust #BA400D

Color information

#BA400D (or 0xBA400D) is unknown color: approx Rust. HEX triplet: BA, 40 and 0D. RGB value is (186,64,13). Sum of RGB (Red+Green+Blue) = 186+64+13=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA400D is #45BFF2. Grayscale: #5E5E5E. Windows color (decimal): -4571123 or 868538. OLE color: 868538.

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

Color convert

RGB1866413-
CMYK00.660.930.27
HSL17.69º86.93%39.02%-
HSV(B)17.69º93.01%72.94%-
XYZ22.1614.131.94-
YUV94.6681.92193.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.72%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=70.72%
G=24.33%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186641300.660.930.2717.6986.9339.02
HexBA40D0425D1B125727
Octal272100150102135332212747
Binary101110101000000110101000010101110111011100101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA400D; }

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

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

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

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

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

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

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

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