#BA370F

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

Shades of Rust #BA370F

Tints of Rust #BA370F

Color information

#BA370F (or 0xBA370F) is unknown color: approx Rust. HEX triplet: BA, 37 and 0F. RGB value is (186,55,15). Sum of RGB (Red+Green+Blue) = 186+55+15=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA370F is #45C8F0. Grayscale: #595959. Windows color (decimal): -4573425 or 997306. OLE color: 997306.

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

Color convert

RGB1865515-
CMYK00.700.920.27
HSL14.04º85.07%39.41%-
HSV(B)14.04º91.94%72.94%-
XYZ21.713.211.86-
YUV89.6185.9196.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.66%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=72.66%
G=21.48%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186551500.700.920.2714.0485.0739.41
HexBA37F0465C1Be5527
Octal27267170106134331612547
Binary1011101011011111110100011010111001101111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA370F; }

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

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

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

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

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

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

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

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