#BA360F

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

Shades of Rust #BA360F

Tints of Rust #BA360F

Color information

#BA360F (or 0xBA360F) is unknown color: approx Rust. HEX triplet: BA, 36 and 0F. RGB value is (186,54,15). Sum of RGB (Red+Green+Blue) = 186+54+15=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA360F is #45C9F0. Grayscale: #595959. Windows color (decimal): -4573681 or 997050. OLE color: 997050.

HSL color Cylindrical-coordinate representation of color #BA360F: hue angle of 13.68º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA360F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1865415-
CMYK00.710.920.27
HSL13.68º85.07%39.41%-
HSV(B)13.68º91.94%72.94%-
XYZ21.6613.111.84-
YUV89.0286.23197.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.94%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=72.94%
G=21.18%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186541500.710.920.2713.6885.0739.41
HexBA36F0475C1Be5527
Octal27266170107134331612547
Binary1011101011011011110100011110111001101111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA360F; }

 p { color: rgb(186,54,15); }

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

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

 a { background-color: rgb(186,54,15); }

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

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

 span { border-color: rgb(186,54,15); }

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