#BA4B18

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

Shades of Rust #BA4B18

Tints of Rust #BA4B18

Color information

#BA4B18 (or 0xBA4B18) is unknown color: approx Rust. HEX triplet: BA, 4B and 18. RGB value is (186,75,24). Sum of RGB (Red+Green+Blue) = 186+75+24=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B18 is #45B4E7. Grayscale: #666666. Windows color (decimal): -4568296 or 1592250. OLE color: 1592250.

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

Color convert

RGB1867524-
CMYK00.600.870.27
HSL18.89º77.14%41.18%-
HSV(B)18.89º87.1%72.94%-
XYZ22.9315.542.65-
YUV102.3883.77187.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=65.26%
G=26.32%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186752400.600.870.2718.8977.1441.18
HexBA4B1803C571B134d29
Octal27211330074127332311551
Binary101110101001011110000111100101011111011100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B18; }

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

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

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

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

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

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

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

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