#BA2214

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

Shades of Fire Brick #BA2214

Tints of Fire Brick #BA2214

Color information

#BA2214 (or 0xBA2214) is unknown color: approx Fire Brick. HEX triplet: BA, 22 and 14. RGB value is (186,34,20). Sum of RGB (Red+Green+Blue) = 186+34+20=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2214 is #45DDEB. Grayscale: #4E4E4E. Windows color (decimal): -4578796 or 1319610. OLE color: 1319610.

HSL color Cylindrical-coordinate representation of color #BA2214: hue angle of 5.06º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA2214 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1863420-
CMYK00.820.890.27
HSL5.06º80.58%40.39%-
HSV(B)5.06º89.25%72.94%-
XYZ20.9511.631.8-
YUV77.8595.36205.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.5%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=77.5%
G=14.17%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186342000.820.890.275.0680.5840.39
HexBA2214052591B55128
Octal2724224012213133512150
Binary1011101010001010100010100101011001110111011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2214; }

 p { color: rgb(186,34,20); }

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

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

 a { background-color: rgb(186,34,20); }

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

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

 span { border-color: rgb(186,34,20); }

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