#BA3120

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

Shades of Fire Brick #BA3120

Tints of Fire Brick #BA3120

Color information

#BA3120 (or 0xBA3120) is unknown color: approx Fire Brick. HEX triplet: BA, 31 and 20. RGB value is (186,49,32). Sum of RGB (Red+Green+Blue) = 186+49+32=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3120 is #45CEDF. Grayscale: #585858. Windows color (decimal): -4574944 or 2109882. OLE color: 2109882.

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

Color convert

RGB1864932-
CMYK00.740.830.27
HSL6.62º70.64%42.75%-
HSV(B)6.62º82.8%72.94%-
XYZ21.6112.742.69-
YUV88.0296.39197.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=69.66%
G=18.35%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186493200.740.830.276.6270.6442.75
HexBA312004A531B7472b
Octal2726140011212333710753
Binary10111010110001100000010010101010011110111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3120; }

 p { color: rgb(186,49,32); }

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

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

 a { background-color: rgb(186,49,32); }

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

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

 span { border-color: rgb(186,49,32); }

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