#BA4D18

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

Shades of Rust #BA4D18

Tints of Rust #BA4D18

Color information

#BA4D18 (or 0xBA4D18) is unknown color: approx Rust. HEX triplet: BA, 4D and 18. RGB value is (186,77,24). Sum of RGB (Red+Green+Blue) = 186+77+24=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4D18 is #45B2E7. Grayscale: #676767. Windows color (decimal): -4567784 or 1592762. OLE color: 1592762.

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

Color convert

RGB1867724-
CMYK00.590.870.27
HSL19.63º77.14%41.18%-
HSV(B)19.63º87.1%72.94%-
XYZ23.0715.812.7-
YUV103.5583.11186.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 77 (30.47% from 255) = 26.83%
BLUE value IS 24 (9.77% from 255) = 8.36%
R=64.81%
G=26.83%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186772400.590.870.2719.6377.1441.18
HexBA4D1803B571B144d29
Octal27211530073127332411551
Binary101110101001101110000111011101011111011101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D18; }

 p { color: rgb(186,77,24); }

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

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

 a { background-color: rgb(186,77,24); }

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

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

 span { border-color: rgb(186,77,24); }

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