#BA4818

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

Shades of Rust #BA4818

Tints of Rust #BA4818

Color information

#BA4818 (or 0xBA4818) is unknown color: approx Rust. HEX triplet: BA, 48 and 18. RGB value is (186,72,24). Sum of RGB (Red+Green+Blue) = 186+72+24=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4818 is #45B7E7. Grayscale: #646464. Windows color (decimal): -4569064 or 1591482. OLE color: 1591482.

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

Color convert

RGB1867224-
CMYK00.610.870.27
HSL17.78º77.14%41.18%-
HSV(B)17.78º87.1%72.94%-
XYZ22.7315.142.59-
YUV100.6184.77188.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.96%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 24 (9.77% from 255) = 8.51%
R=65.96%
G=25.53%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186722400.610.870.2717.7877.1441.18
HexBA481803D571B124d29
Octal27211030075127332211551
Binary101110101001000110000111101101011111011100101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4818; }

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

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

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

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

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

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

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

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